 | ORDictionary<TKey, TValue>.PruningCleanup 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)
Syntaxpublic ORDictionary<TKey, TValue> PruningCleanup(
UniqueAddress removedNode
)
abstract PruningCleanup :
removedNode : UniqueAddress -> ORDictionary<'TKey, 'TValue>
override PruningCleanup :
removedNode : UniqueAddress -> ORDictionary<'TKey, 'TValue>
Parameters
- removedNode
- Type: Akka.Cluster.UniqueAddress
[Missing <param name="removedNode"/> documentation for "M:Akka.DistributedData.ORDictionary`2.PruningCleanup(Akka.Cluster.UniqueAddress)"]
Return Value
Type:
ORDictionary<TKey,
TValue>[Missing <returns> documentation for "M:Akka.DistributedData.ORDictionary`2.PruningCleanup(Akka.Cluster.UniqueAddress)"]
Implements
IRemovedNodePruning<T>.PruningCleanup(UniqueAddress)
See Also