ExpiringCollectionTItemBeforeCheckForExpiredItemsDelegate Property |
Gets or sets an optional delegate that is called before the check is made for expired items.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Action BeforeCheckForExpiredItemsDelegate { get; set; }
Public Property BeforeCheckForExpiredItemsDelegate As Action
Get
Set
public:
property Action^ BeforeCheckForExpiredItemsDelegate {
Action^ get ();
void set (Action^ value);
}
member BeforeCheckForExpiredItemsDelegate : Action with get, set
Property Value
Type:
ActionRemarks
The delegate will be called on a background thread. The list is not locked at the time that the delegate
is called.
See Also