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

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

Property Value

Type: Action
Remarks
The delegate will be called on a background thread. The list is not locked at the time that the delegate is called.
See Also