Click or drag to resize
Akka.NETVectorClockNode Constructor
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 Node(
	string value
)

Parameters

value
Type: SystemString
The hash value of the string.
See Also