public class QuickIOTransferJobRunEventArgs : QuickIOTransferJobEventArgs
provides information for job run
QuickIOTransferJobRunEventArgs(IQuickIOTransferJob job, DateTime jobStart)
Creates a new instance of QuickIOTransferJobRunEventArgs
public void QuickIOTransferJobRunEventArgs(IQuickIOTransferJob job, DateTime jobStart)
Parameters
job
IQuickIOTransferJobAffected job
jobStart
DateTimeTime of job start
StartTime
Time of job start
public DateTime StartTime { get; set; }