Click or drag to resize
Akka.NETVersionVectorCreate Method (UniqueAddress, Int64)

[Missing <summary> documentation for "M:Akka.DistributedData.VersionVector.Create(Akka.Cluster.UniqueAddress,System.Int64)"]

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

Parameters

node
Type: Akka.ClusterUniqueAddress

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

version
Type: SystemInt64

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

Return Value

Type: VersionVector

[Missing <returns> documentation for "M:Akka.DistributedData.VersionVector.Create(Akka.Cluster.UniqueAddress,System.Int64)"]

See Also