C# 클래스 DotNetWorkQueue.Queue.HeartBeatMonitorNoOp

A no operation heart beat monitor
상속: IHeartBeatMonitor, INoOperation
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

메소드 상세

Dispose() 공개 메소드

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

Dispose() 보호된 메소드

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.
리턴 void

Start() 공개 메소드

Starts the monitor process.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops the monitor process.
public Stop ( ) : void
리턴 void