ArcObjects Library Reference  (GeoDatabaseDistributed)    

IGeoDataServer.UnregisterReplica Method

Unregisters the replica.

[Visual Basic 6.0]
Sub UnregisterReplica(
    ByVal ReplicaName As String _
)
[Visual Basic .NET]
Public Sub UnregisterReplica ( _
    ByVal ReplicaName As String _
)
[C#]
public void UnregisterReplica (
    string ReplicaName
);
[Java]
public void unregisterReplica (
    String ReplicaName
)
throws
    IOException,
    AutomationException
[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

Example

GeoDataServer Unregister Replica Example