Click or drag to resize
ExpiringCollectionTItemRemoveExpiredItems Method
Removes expired items.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void RemoveExpiredItems()
Remarks
This is automatically called on a timer. If you call this manually then it will reset the timer, the next check for expired items will not take place until at least MillisecondsBetweenChecks milliseconds have passed.
See Also