Click or drag to resize
Akka.NETLWWDictionaryTKey, TValuePruningCleanup 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> PruningCleanup(
	UniqueAddress removedNode
)

Parameters

removedNode
Type: Akka.ClusterUniqueAddress
TBD

Return Value

Type: LWWDictionaryTKey, TValue
TBD

Implements

IRemovedNodePruningTPruningCleanup(UniqueAddress)
See Also