ExpiringCollectionTItemHookHeartbeat Method |
Hooks the heartbeat event. 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 void HookHeartbeat()
Protected Sub HookHeartbeat
protected:
void HookHeartbeat()
member HookHeartbeat : unit -> unit
Remarks
The derivee should call this whenever they add the first item to the collection.
See Also