This document is archived and information here might be outdated. Recommended version. |
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*
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.