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


IGeoDataServer.UnregisterReplica Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGeoDataServer Interface > IGeoDataServer.UnregisterReplica Method
ArcGIS Developer Help

IGeoDataServer.UnregisterReplica Method

Unregisters the replica.

[Visual Basic .NET]
Public Sub UnregisterReplica ( _
    ByVal ReplicaName As String _
)
[C#]
public void UnregisterReplica (
    string ReplicaName
);
[C++]
HRESULT UnregisterReplica(
  BSTR ReplicaName
);
[C++]
Parameters
ReplicaName [in]

ReplicaName is a parameter of type BSTR

Product Availability

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

Remarks

The UnregisterReplica method is used to unregister or delete a replica from the geodatabase.

The ReplicaName is the nane of the replica.

See Also

IGeoDataServer Interface