Click or drag to resize
Akka.NETLWWDictionaryTKey, TValueTryGetValue Method
Tries to return a value under provided key is such value exists.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

key
Type: TKey
TBD
value
Type: TValue
TBD

Return Value

Type: Boolean
TBD
See Also