| ORDictionaryTKey, TValuePruningCleanup Method |
[Missing <summary> documentation for "M:Akka.DistributedData.ORDictionary`2.PruningCleanup(Akka.Cluster.UniqueAddress)"]
Namespace:
Akka.DistributedData
Assembly:
Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ORDictionary<TKey, TValue> PruningCleanup(
UniqueAddress removedNode
)
abstract PruningCleanup :
removedNode : UniqueAddress -> ORDictionary<'TKey, 'TValue>
override PruningCleanup :
removedNode : UniqueAddress -> ORDictionary<'TKey, 'TValue>
Parameters
- removedNode
- Type: Akka.ClusterUniqueAddress
[Missing <param name="removedNode"/> documentation for "M:Akka.DistributedData.ORDictionary`2.PruningCleanup(Akka.Cluster.UniqueAddress)"]
Return Value
Type:
ORDictionaryTKey,
TValue[Missing <returns> documentation for "M:Akka.DistributedData.ORDictionary`2.PruningCleanup(Akka.Cluster.UniqueAddress)"]
Implements
IRemovedNodePruningTPruningCleanup(UniqueAddress)See Also