The replica message type.
Constant | Value | Description |
---|---|---|
esriReplicaMessageTypeDC | 1 | A data change message. |
esriReplicaMessageTypeAck | 2 | An acknowledgement message. |
esriReplicaMessageTypeDCWFD | 3 | A data change message with instructions to switch roles. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The esriReplicaMessageType enumeration contains values that represent different types of replica messages. The IReplicaMessageHandler::MessageType property uses the esriReplicaMessageType enumeration to indicate the type of message initialized with the ReplicaMessageHandler object.
The members of this enumeration are represented as follows:
- esriReplicaMessageTypeDC = 1 - A data change message.
- esriReplicaTypeAck = 2 - An acknowledgement message.
- esriReplicaMessageTypeDCWFD = 3 - A data change message with a switch message.