| LocalLWWDictionaryTKey, TValTryGetValue Method |
Tries to retrieve element stored under provided key in the underlying LWWDictionary,
returning true if such value existed.
Namespace:
Akka.DistributedData.Local
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public bool TryGetValue(
TKey key,
out TVal value
)
member TryGetValue :
key : 'TKey *
value : 'TVal byref -> bool
Parameters
- key
- Type: TKey
TBD - value
- Type: TVal
TBD
Return Value
Type:
BooleanTBD
See Also