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

[Missing <summary> documentation for "M:Akka.DistributedData.VersionVector.Create(System.Collections.Immutable.ImmutableDictionary{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(
	ImmutableDictionary<UniqueAddress, long> versions
)

Parameters

versions
Type: ImmutableDictionaryUniqueAddress, Int64

[Missing <param name="versions"/> documentation for "M:Akka.DistributedData.VersionVector.Create(System.Collections.Immutable.ImmutableDictionary{Akka.Cluster.UniqueAddress,System.Int64})"]

Return Value

Type: VersionVector

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

See Also