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


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

IReplicaDataChangesInit2 Interface

Provides access to members that initialize a multi-generation Replica DataChanges object.

Product Availability

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

Members

Name Description
Method Init Initializes the class by using the replica and the replica workspace.
Method Init2 Initializes the class by using the replica, generation option and the replica workspace.

Inherited Interfaces

Interfaces Description
IReplicaDataChangesInit Provides access to members that initialize a Replica DataChanges object.

Classes that implement IReplicaDataChangesInit2

Classes Description
ArchivingDataChanges
ReplicationDataChanges The replicadatachanges object.

Remarks

The IReplicaDataChangesInit2 interface is used to initialize the ReplicaDataChanges coclass. The coclass must be intialized before any of the other interfaces in the coclass can be used.

IReplicaDataChangesInit2::Init2 method should be used when exporting data changes from a two way or one way replica.  When exporting edits from a check-out replica use the IReplicaDatachangesInit::Init method.