Click or drag to resize
ExpiringDictionaryTKey, TValueUpsertRangeAndRefresh 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.GenericIEnumerableTValue
extractKey
Type: SystemFuncTValue, TKey
See Also