C# Class DotNetWorkQueue.Queue.WorkerHeartBeatNotificationNoOp

Heartbeat notifications for queued / processing messages
Inheritance: IWorkerHeartBeatNotification, INoOperation
Show file 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