Click or drag to resize
Akka.NETVectorClockNodeCreate Method
Creates a new VectorClock node

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static VectorClockNode Create(
	string name
)

Parameters

name
Type: SystemString
The name of the node.

Return Value

Type: VectorClockNode
A new node representation.
See Also