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


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

IReplicaDataChangesInit Interface

Provides access to members that initialize a Replica DataChanges object. Note: the IReplicaDataChangesInit interface has been superseded by IReplicaDataChangesInit2. 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

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

Classes that implement IReplicaDataChangesInit

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.