TapiStatisticsEventArgs
Represents Transfer API statistics event arguments data. This class cannot be inherited.
Gets the total transferred bytes.
Gets the total transferred files.
Gets the total transfer time in ticks.
Gets active transfer rate.
public TapiStatisticsEventArgs(long totalBytes, long totalFiles, long totalTransferTicks, double transferRateBytes)
Initializes a new instance of the TapiStatisticsEventArgs class.