public class QuickIOTransferWorkerPickedJobEventArgs : EventArgs
Contains information when a worker picked up a new job from the queue
QuickIOTransferWorkerPickedJobEventArgs(Int32 workerID, IQuickIOTransferJob job)
Creates a new instance of QuickIOTransferWorkerWokeUpEventArgs
public void QuickIOTransferWorkerPickedJobEventArgs(Int32 workerID, IQuickIOTransferJob job)
Parameters
workerID
Int32Affected Worker ID
job
IQuickIOTransferJobPicked job
Job
Picked Job
public IQuickIOTransferJob Job { get; set; }
WorkerID
Affected Worker ID
public Int32 WorkerID { get; set; }