Click or drag to resize
Akka.NETMultiVersionVector Constructor (KeyValuePairUniqueAddress, 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(
	params KeyValuePair<UniqueAddress, long>[] nodeVersions
)

Parameters

nodeVersions
Type: System.Collections.GenericKeyValuePairUniqueAddress, Int64

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

See Also