Click or drag to resize
ExpiringDictionaryTKey, TValueSnapshotAndRefresh Method
Returns a snapshot of all of the key-value pairs in the dictionary and refreshes the timestamps on all of them.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public KeyValuePair<TKey, TValue>[] SnapshotAndRefresh()

Return Value

Type: KeyValuePairTKey, TValue
See Also