C# Class DotNetWorkQueue.Queue.WorkerHeartBeatNotification

Notifies user code of heart beat status updates
Inheritance: IWorkerHeartBeatNotification
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
SetError ( Exception error ) : void

Sets the error.

Method Details

SetError() public method

Sets the error.
public SetError ( Exception error ) : void
error System.Exception The error.
return void