Methods (1) Properties (2)
Namespace: SchwabenCode.QuickIO.Transfer.Events

Syntax

public class QuickIOTransferFileCopyStartedEventArgs : QuickIOTransferJobWriteWithSourceEventArgs

Basetype

Summary

Contains information when a file copy process has been started

Methods

public void QuickIOTransferFileCopyStartedEventArgs(IQuickIOTransferJob job, String sourcePath, String targetPath, Int64 totalBytes)

Parameters

sourcePath

String

Affected job

targetPath

String

Source file path

job

IQuickIOTransferJob

Affected job

totalBytes

Int64

Total bytes to transfer

Properties

TotalBytes

Total bytes of file

public UInt64 TotalBytes { get; set; }

TransferStarted

Time transfer of file started

public DateTime TransferStarted { get; set; }