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


IReplicaMessageHandler.MessageType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IR > IReplicaMessageHandler Interface > IReplicaMessageHandler.MessageType Property
ArcGIS Developer Help

IReplicaMessageHandler.MessageType Property

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*

Product Availability

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

Remarks

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.

See Also

IReplicaMessageHandler Interface