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


IDeltaDataChanges2.ReplicaMessageType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDeltaDataChanges2 Interface > IDeltaDataChanges2.ReplicaMessageType Property
ArcGIS Developer Help

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