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

Syntax

public class QuickIOTransferFileCreationStartedEventArgs : QuickIOTransferJobWriteEventArgs

Basetype

Summary

Contains information when a file creation process has been started

Methods

public void QuickIOTransferFileCreationStartedEventArgs(IQuickIOTransferJob job, String targetPath, Int64 totalBytes)

Parameters

job

IQuickIOTransferJob

Affected job

targetPath

String

Target file path

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; }