ArcObjects Library Reference (GeoDatabase)  

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