This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IR > IReplicaMessageHandler Interface > IReplicaMessageHandler.MessageType Property (ArcObjects .NET 10.5 SDK) |
Replica message type.
[Visual Basic .NET] Public ReadOnly Property MessageType As esriReplicaMessageType
[C#] public esriReplicaMessageType MessageType {get;}
[C++]
HRESULT get_MessageType(
esriReplicaMessageType* MsgType
);
[C++]
Parameters MsgType [out, retval]
MsgType is a parameter of type esriReplicaMessageType
This property returns the message type of the message file initialized with the ReplicaMessageHandler object. The message can be either a data change message, a data change message with a switch message, or an acknowledgement message. The message type is returned as a value representing the esriReplicaMessageType. See the esriReplicaMessageType enumeration for more information.