ArcObjects Library Reference (GeoDatabaseDistributed)  

IReplicaMessageHandler Interface

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
Read-only property DeltaDataChanges Delta data changes.
Method Init Init replica message handler.
Read-only property MessageType Replica message type.
Read-only property MyGenerationNumber Replica generation number.
Read-only property ReplicaGuid Replica guid.
Read-only property 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.