Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
HeartBeatWorkerNoOp ( IMessageContext context ) : System |
Initializes a new instance of the HeartBeatWorkerNoOp class.
|
|
Start ( ) : void |
Starts this instance.
|
|
Stop ( ) : void |
Stops this instance. Stop is explicitly called when an error occurs, so that we can preserve the last heartbeat value. Implementations MUST ensure that stop blocks and does not return if the heartbeat is in the middle of updating. |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public HeartBeatWorkerNoOp ( IMessageContext context ) : System | ||
context | IMessageContext | The context. |
return | System |