Click or drag to resize
Akka.NETVectorClockCreate Method (ImmutableSortedDictionary`2VectorClockNode, Int64)
Creates a VectorClock from some initial seed values.

Namespace:  Akka.Cluster
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public static VectorClock Create(
	ImmutableSortedDictionary<VectorClockNode, long> seedValues
)

Parameters

seedValues
Type: ImmutableSortedDictionaryVectorClockNode, Int64
Preliminary values that will be used by the vectorclock.

Return Value

Type: VectorClock
A new VectorClock.
See Also