Click or drag to resize
Akka.NETLWWDictionaryTKey, TValuePrune Method
TBD

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LWWDictionary<TKey, TValue> Prune(
	UniqueAddress removedNode,
	UniqueAddress collapseInto
)

Parameters

removedNode
Type: Akka.ClusterUniqueAddress
TBD
collapseInto
Type: Akka.ClusterUniqueAddress
TBD

Return Value

Type: LWWDictionaryTKey, TValue
TBD

Implements

IRemovedNodePruningTPrune(UniqueAddress, UniqueAddress)
See Also