ExpiringCollectionTItemDoRemoveExpiredItems Method |
When overridden by the derivee this should remove all items that have a timestamp that is less than or
equal to the threshold passed across.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected abstract void DoRemoveExpiredItems(
DateTime threshold
)
Protected MustOverride Sub DoRemoveExpiredItems (
threshold As DateTime
)
protected:
virtual void DoRemoveExpiredItems(
DateTime threshold
) abstract
abstract DoRemoveExpiredItems :
threshold : DateTime -> unit
Parameters
- threshold
- Type: SystemDateTime
See Also