Provides access to members that return information about a replica data change message.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement IReplicaMessageHandler
CoClasses and Classes | Description |
---|---|
ReplicaMessageHandler | The ReplicaMessageHandler object. |
Remarks
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.