public class QuickIOTransferJobQueuedEventArgs : QuickIOTransferJobWriteWithSourceEventArgs
Contains information of an queued job
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
IQuickIOTransferJobAffected job
sourcePath
StringSource file path
targetPath
StringTarget file path
AddedToQueue
Timestamp when the item has been added to the queue
public DateTime AddedToQueue { get; set; }