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


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

IWorkspaceReplicas Interface

Provides access to members that return objects containing information about replicas. Note: the IWorkspaceReplicas interface has been superseded by IWorkspaceReplicas2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method RefreshReplicas Re-reads the list of replicas from the database.
Read-only property ReplicaByGuid The replica or reference to a replica with the specified ID.
Read-only property ReplicaByID The replica or reference to a replica with the specified ID.
Read-only property ReplicaByName The replica or reference to a replica with the specified name.
Read-only property Replicas Replicas contained by or refernced by this workspace.

Classes that implement IWorkspaceReplicas

Classes Description
Workspace Workspace Object.

Remarks

Use this interface with geodatabases that are involved in check-outs. Methods and properties are included to return Replica objects which provide more information about specific checkouts. The interface can be used with either master or check-out geodatabases.

See Also

IWorkspaceReplicasAdmin Interface | IWorkspaceReplicaDatasets Interface | IWorkspaceReplicas Interface

.NET Samples

Extending the replication synchronization process