Click or drag to resize
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.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected abstract void DoRemoveExpiredItems(
	DateTime threshold
)

Parameters

threshold
Type: SystemDateTime
See Also