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


IWorkspaceReplicasAdmin Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceReplicasAdmin Interface
ArcGIS Developer Help

IWorkspaceReplicasAdmin Interface

Provides access to members that modify information about a replica. Note: the IWorkspaceReplicasAdmin interface has been superseded by IWorkspaceReplicasAdmin2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method AlterReplica Updates replica information.
Method RegisterReplica Creates new replica information.
Method UnregisterReplica Removes replica information.

Classes that implement IWorkspaceReplicasAdmin

Classes Description
Workspace Workspace Object.

Remarks

When a check-out is performed, one of the final steps is to add metadata to the master and check-out geodatabases for the check-out. This metadata is used as a record of the check-out while it is active and also during check-in to get to needed information. The infomation stored in the metadata can be accessed using the Replica and ReplicaDataset classes. Once the check-out is checked in, the metadata is removed.

This interface provides methods to create, delete and update existing check-out metadata.

See Also

IWorkspaceReplicasAdmin Interface | IWorkspaceReplicaDatasets Interface | IWorkspaceReplicas Interface