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

Syntax

public class QuickIOTransferWorkerPickedJobEventArgs : EventArgs

Basetype

  • System.EventArgs

Summary

Contains information when a worker picked up a new job from the queue

Methods

QuickIOTransferWorkerPickedJobEventArgs(Int32 workerID, IQuickIOTransferJob job)

Creates a new instance of QuickIOTransferWorkerWokeUpEventArgs

public void QuickIOTransferWorkerPickedJobEventArgs(Int32 workerID, IQuickIOTransferJob job)

Parameters

workerID

Int32

Affected Worker ID

job

IQuickIOTransferJob

Picked job

Properties

Job

Picked Job

public IQuickIOTransferJob Job { get; set; }

WorkerID

Affected Worker ID

public Int32 WorkerID { get; set; }

Classdiagram

save

reset

Drag to pan - Use Mousewheel + Ctrl to zoom