Click or drag to resize
Akka.NETVersionVectorMerge Method (VersionVector)
Merges this VersionVector with another VersionVector. E.g. merges its versioned history.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract VersionVector Merge(
	VersionVector other
)

Parameters

other
Type: Akka.DistributedDataVersionVector

[Missing <param name="other"/> documentation for "M:Akka.DistributedData.VersionVector.Merge(Akka.DistributedData.VersionVector)"]

Return Value

Type: VersionVector

[Missing <returns> documentation for "M:Akka.DistributedData.VersionVector.Merge(Akka.DistributedData.VersionVector)"]

Implements

IReplicatedDataTMerge(T)
See Also