| VersionVectorMerge 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.129 (1.2.3.129)
Syntax public abstract VersionVector Merge(
VersionVector other
)
abstract Merge :
other : VersionVector -> VersionVector
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