Click or drag to resize
ExpiringDictionaryTKey, TValueFindAndRefresh Method
Finds the first value that matches the predicate passed across or null if no such value could be found. Refreshes the timestamp on the value if it could be found.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TValue FindAndRefresh(
	Predicate<TValue> match
)

Parameters

match
Type: SystemPredicateTValue

Return Value

Type: TValue
See Also