This document is archived and information here might be outdated.  Recommended version.


IDeltaDataChanges2.ReplicaMessageType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IDeltaDataChanges2.ReplicaMessageType Property

Identifies the replica message type of the data changes object.

[Visual Basic .NET]
Public ReadOnly Property ReplicaMessageType As esriReplicaMessageType
[C#]
public esriReplicaMessageType ReplicaMessageType {get;}
[C++]
HRESULT get_ReplicaMessageType(
  esriReplicaMessageType* MessageType
);
[C++]

Parameters MessageType [out, retval]
MessageType is a parameter of type esriReplicaMessageType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This property identifies the replica message type of the data changes object and returns a value of the esriReplicaMessageType enumeration.

A data change message that includes instructions to switch roles returns esriReplicaMessageTypeDCWFD.  A data changes message that doesn't include instructions to switch roles returns esriReplicaMessageTypeDC.  An acknowledgement message returns esriReplicaTypeAck.  See the esriReplicaMessageType enumeration for more information.

 

See Also

IDeltaDataChanges2 Interface