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

Syntax

public class QuickIOTransferJobRunEventArgs : QuickIOTransferJobEventArgs

Basetype

Summary

provides information for job run

Methods

QuickIOTransferJobRunEventArgs(IQuickIOTransferJob job, DateTime jobStart)

Creates a new instance of QuickIOTransferJobRunEventArgs

public void QuickIOTransferJobRunEventArgs(IQuickIOTransferJob job, DateTime jobStart)

Parameters

job

IQuickIOTransferJob

Affected job

jobStart

DateTime

Time of job start

Properties

StartTime

Time of job start

public DateTime StartTime { get; set; }