C# Class DotNetWorkQueue.Queue.WorkerHeartBeatNotification

Notifies user code of heart beat status updates
Inheritance: IWorkerHeartBeatNotification
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
SetError ( Exception error ) : void

Sets the error.

Method Details

SetError() public méthode

Sets the error.
public SetError ( Exception error ) : void
error System.Exception The error.
Résultat void