Click or drag to resize
ExpiringCollectionTItemAfterCheckForExpiredItemsDelegate Property
Gets or sets an optional delegate that is called after the check for expired items is made.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Action AfterCheckForExpiredItemsDelegate { get; set; }

Property Value

Type: Action
See Also