ArcObjects Library Reference (GeoDatabaseDistributed)  

IReplicaDataChangesInit Interface

Provides access to members that initialize a Replica DataChanges object. Note: the IReplicaDataChangesInit interface has been superseded byIReplicaDataChangesInit2. Please consider using the more recent version.

Product Availability

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

When To Use

Use the IReplicaDataChangesInit interface to initialize the ReplicaDataChanges coclass when working with single generation replicas.  If you are working with multi-generation replicas, use the IReplicaDataChangesInit2 interface to initialize the ReplicaDatachanges coclass.

Members

Description
Method Init Initializes the class by using the replica and the replica workspace.

CoClasses that implement IReplicaDataChangesInit

CoClasses and Classes Description
ArchivingDataChanges
CheckOutDataChanges The information needed to perform a check in from a check-out database.
ReplicationDataChanges The replicadatachanges object.

Remarks

The IReplicaDataChangesInit interface is used to initialize the CheckOutDataChanges and the ReplicaDataChanges coclasses. Each coclass must be intialized before any of the other interfaces in the coclass can be used.