Click or drag to resize
Akka.NETVersionVectorMerge Method (IReplicatedData)

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

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

Parameters

other
Type: Akka.DistributedDataIReplicatedData

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

Return Value

Type: IReplicatedData

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

Implements

IReplicatedDataMerge(IReplicatedData)
See Also