Click or drag to resize
ExpiringDictionary<TKey, TValue>.GetForKeyAndRefresh Method
Returns the item for the key passed across. Returns null if the key is no longer in the dictionary. Refreshes the item's timestamp.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TValue GetForKeyAndRefresh(
	TKey key
)

Parameters

key
Type: TKey

Return Value

Type: TValue
See Also