public class QuickIOTransferWorkerShutdownEventArgs : EventArgs
Contains information when a worker has stopped successfully
QuickIOTransferWorkerShutdownEventArgs(Int32 workerID)
Creates a new instance of QuickIOTransferWorkerShutdownEventArgs
public void QuickIOTransferWorkerShutdownEventArgs(Int32 workerID)
Parameters
workerID
Int32Affected Worker ID
WorkerID
Affected Worker ID
public Int32 WorkerID { get; set; }