C# Class DotNetWorkQueue.Queue.HeartBeatMonitorNoOp

A no operation heart beat monitor
Inheritance: IHeartBeatMonitor, INoOperation
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Start ( ) : void

Starts the monitor process.

Stop ( ) : void

Stops the monitor process.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void

Start() public méthode

Starts the monitor process.
public Start ( ) : void
Résultat void

Stop() public méthode

Stops the monitor process.
public Stop ( ) : void
Résultat void