Click or drag to resize
ExpiringDictionaryTKey, TValueGetExpiredItemsDelegate Property
Gets or sets an optional delegate that returns the collection of the keys of expired items. If this delegate is present then it is always used in preference to the timestamps attached to the item and the Refresh methods will have no effect.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Func<ExpiringDictionary<TKey, TValue>, IEnumerable<TKey>> GetExpiredItemsDelegate { get; set; }

Property Value

Type: FuncExpiringDictionaryTKey, TValue, IEnumerableTKey
See Also