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


IReplicationAgent Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IReplicationAgent Interface

Provides access to replica operations.

Product Availability

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

Members

Description
Method CreateReplica Creates a replica pair in the workspaces bound to the input geodataservers.
Method ExtractData Extracts data from the source geodata server into the destination geodata server.
Method SynchronizeReplica Synchronizes a replica pair.

CoClasses that implement IReplicationAgent

CoClasses and Classes Description
ReplicationAgent A class used to perform replica operations.

Remarks

The IReplicationAgent interface provides methods to create and synchronize replicas and extract data in connected environments.  To perform these operations in a disconnected environment see methods on the IGeoDataServer interface.

.NET Related Topics

How to create a replica in a connected environment | How to synchronize a replica in a connected environment