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


IWorkspaceReplicas.RefreshReplicas Method (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 > IWorkspaceReplicas.RefreshReplicas Method
ArcGIS Developer Help

IWorkspaceReplicas.RefreshReplicas Method

Re-reads the list of replicas from the database.

[Visual Basic .NET]
Public Sub RefreshReplicas ( _
)
[C#]
public void RefreshReplicas (
);
[C++]
HRESULT RefreshReplicas(
void
);

Product Availability

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

Remarks

Use this method to make your connection aware of check-outs being performed concurrently by other connections to the same database.

See Also

IWorkspaceReplicas Interface