com.esri.arcgis.geodatabase
Interface IWorkspaceReplicas2
- All Superinterfaces:
- IWorkspaceReplicas, Serializable
- All Known Implementing Classes:
- IWorkspaceReplicas2Proxy
public interface IWorkspaceReplicas2
- extends IWorkspaceReplicas, Serializable
Provides access to members that return objects containing information about replicas.
Description
This interface is new at ArcGIS 9.3. It supersedes IWorkspaceReplicas.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
refreshReplica
void refreshReplica(String replicaGuid)
throws IOException,
AutomationException
- Refresh a replica from a geodatabase.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
replicaGuid
- The replicaGuid (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.