public class QuickIOTransferFileCopyStartedEventArgs : QuickIOTransferJobWriteWithSourceEventArgs
Contains information when a file copy process has been started
QuickIOTransferFileCopyStartedEventArgs(IQuickIOTransferJob job, String sourcePath, String targetPath, Int64 totalBytes)
Creates new instance of QuickIOTransferFileCopyProgressEventArgs
public void QuickIOTransferFileCopyStartedEventArgs(IQuickIOTransferJob job, String sourcePath, String targetPath, Int64 totalBytes)
Parameters
sourcePath
StringAffected job
targetPath
StringSource file path
job
IQuickIOTransferJobAffected job
totalBytes
Int64Total bytes to transfer
TotalBytes
Total bytes of file
public UInt64 TotalBytes { get; set; }
TransferStarted
Time transfer of file started
public DateTime TransferStarted { get; set; }