ExpiringDictionaryTKey, TValueGetForKeyAndRefresh 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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TValue GetForKeyAndRefresh(
TKey key
)
Public Function GetForKeyAndRefresh (
key As TKey
) As TValue
public:
TValue GetForKeyAndRefresh(
TKey key
)
member GetForKeyAndRefresh :
key : 'TKey -> 'TValue
Parameters
- key
- Type: TKey
Return Value
Type:
TValueSee Also