ArcObjects Library Reference (GeoDatabaseDistributed)  

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