Click or drag to resize
Akka.NETMultiVersionVector Constructor (IEnumerableKeyValuePairUniqueAddress, Int64)
Initializes a new instance of the MultiVersionVector class

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public MultiVersionVector(
	IEnumerable<KeyValuePair<UniqueAddress, long>> versions
)

Parameters

versions
Type: System.Collections.GenericIEnumerableKeyValuePairUniqueAddress, Int64

[Missing <param name="versions"/> documentation for "M:Akka.DistributedData.MultiVersionVector.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{Akka.Cluster.UniqueAddress,System.Int64}})"]

See Also