|  | 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.42 (1.2.3.42)
 Syntax
Syntaxpublic 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
See Also