Click or drag to resize
ExpiringCollectionTItemUnhookHeartbeat Method
Unhooks the heartbeat service if hooked. Must be called from within a lock.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected bool UnhookHeartbeat()

Return Value

Type: Boolean
True if the heartbeat was hooked when the function was called, false otherwise.
Remarks
The derivee should call this whenever they remove the last item from the collection.
See Also