public class QuickIOTransferFileCreationStartedEventArgs : QuickIOTransferJobWriteEventArgs
Contains information when a file creation process has been started
QuickIOTransferFileCreationStartedEventArgs(IQuickIOTransferJob job, String targetPath, Int64 totalBytes)
Creates new instance of QuickIOTransferFileCreationStartedEventArgs
public void QuickIOTransferFileCreationStartedEventArgs(IQuickIOTransferJob job, String targetPath, Int64 totalBytes)
Parameters
job
IQuickIOTransferJobAffected job
targetPath
StringTarget file path
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; }