ExpiringCollectionTItemUnhookHeartbeat Method |
Unhooks the heartbeat service if hooked. Must be called from within a lock.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected bool UnhookHeartbeat()
Protected Function UnhookHeartbeat As Boolean
protected:
bool UnhookHeartbeat()
member UnhookHeartbeat : unit -> bool
Return Value
Type:
BooleanTrue 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