Click or drag to resize
Akka.NETVersionVector.Create Method (ImmutableDictionary`2<UniqueAddress, 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: ImmutableDictionary<UniqueAddress, 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