| VectorClockPrune Method |
Removes the specified node from the current vector clock.
Namespace:
Akka.Cluster
Assembly:
Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public VectorClock Prune(
VectorClockNode removedNode
)
member Prune :
removedNode : VectorClockNode -> VectorClock
Parameters
- removedNode
- Type: Akka.ClusterVectorClockNode
The node that is being removed.
Return Value
Type:
VectorClockA newly created
VectorClock that has the given node removed.
See Also