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

Syntax

public class QuickIOTransferJobQueuedEventArgs : QuickIOTransferJobWriteWithSourceEventArgs

Basetype

Summary

Contains information of an queued job

Methods

QuickIOTransferJobQueuedEventArgs(IQuickIOTransferJob job, String sourcePath, String targetPath)

Creates a new instance of QuickIOTransferJobQueuedEventArgs. Sets AddedToQueue to DateTime.Now

public void QuickIOTransferJobQueuedEventArgs(IQuickIOTransferJob job, String sourcePath, String targetPath)

Parameters

job

IQuickIOTransferJob

Affected job

sourcePath

String

Source file path

targetPath

String

Target file path

Properties

AddedToQueue

Timestamp when the item has been added to the queue

public DateTime AddedToQueue { get; set; }