Click or drag to resize
Akka.NETLocalLWWDictionaryTKey, TValRemove Method
Removes an entry from underlying LWWDictionary in the context of the current cluster node, given a key.

Namespace:  Akka.DistributedData.Local
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LocalLWWDictionary<TKey, TVal> Remove(
	TKey key
)

Parameters

key
Type: TKey
TBD

Return Value

Type: LocalLWWDictionaryTKey, TVal
TBD
See Also