Click or drag to resize
ExpiringDictionary<TKey, TValue>.UpsertRangeAndRefresh Method
Adds or updates a range of items. If an item exists then it is updated and its timestamp is refreshed.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void UpsertRangeAndRefresh(
	IEnumerable<TValue> values,
	Func<TValue, TKey> extractKey
)

Parameters

values
Type: System.Collections.Generic.IEnumerable<TValue>
extractKey
Type: System.Func<TValue, TKey>
See Also