Click or drag to resize
Akka.NETSingleVersionVector Constructor
Initializes a new instance of the SingleVersionVector class

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public SingleVersionVector(
	UniqueAddress node,
	long version
)

Parameters

node
Type: Akka.ClusterUniqueAddress

[Missing <param name="node"/> documentation for "M:Akka.DistributedData.SingleVersionVector.#ctor(Akka.Cluster.UniqueAddress,System.Int64)"]

version
Type: SystemInt64

[Missing <param name="version"/> documentation for "M:Akka.DistributedData.SingleVersionVector.#ctor(Akka.Cluster.UniqueAddress,System.Int64)"]

See Also