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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public KeyValuePair<TKey, TValue>[] SnapshotAndRefresh()
Public Function SnapshotAndRefresh As KeyValuePair(Of TKey, TValue)()
public:
array<KeyValuePair<TKey, TValue>>^ SnapshotAndRefresh()
member SnapshotAndRefresh : unit -> KeyValuePair<'TKey, 'TValue>[]
Return Value
Type:
KeyValuePairTKey,
TValueSee Also