This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IR > IReplicaMessageHandler Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that return information about a replica data change message.
Description | ||
---|---|---|
DeltaDataChanges | Delta data changes. | |
Init | Init replica message handler. | |
MessageType | Replica message type. | |
MyGenerationNumber | Replica generation number. | |
ReplicaGuid | Replica guid. | |
SibGenerationNumber | Replica sibling generation number. |
CoClasses and Classes | Description |
---|---|
ReplicaMessageHandler | The ReplicaMessageHandler object. |
The IReplicaMessageHandler interface is the only interface on the ReplicaMessageHandler coclass.
This interface can be used to retrieve information about a given replica data change message. The ReplicaMessageHandler object must be initialized with the init method before you can retrieve any of its properties or be used as input to other methods.