Click or drag to resize
Akka.NETVectorClockPrune Method
Removes the specified node from the current vector clock.

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public VectorClock Prune(
	VectorClockNode removedNode
)

Parameters

removedNode
Type: Akka.ClusterVectorClockNode
The node that is being removed.

Return Value

Type: VectorClock
A newly created VectorClock that has the given node removed.
See Also