ExpiringCollectionTItemRemoveExpiredItems Method |
Removes expired items.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void RemoveExpiredItems()
Public Sub RemoveExpiredItems
public:
void RemoveExpiredItems()
member RemoveExpiredItems : unit -> unit
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