Table of Contents

Method MergeFrom

Namespace
Skyline.DataMiner.Protobuf.Shared.General.v1
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

MergeFrom(Guid)

Merges the given message into this one.

public void MergeFrom(Guid other)

Parameters

other Guid

Remarks

See the user guide for precise merge semantics.

MergeFrom(CodedInputStream)

Merges the data from the specified coded input stream with the current message.

public void MergeFrom(CodedInputStream input)

Parameters

input CodedInputStream

Remarks

See the user guide for precise merge semantics.