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
);
Parameters
ReplicaName [in]
ReplicaName is a parameter of type BSTR
The UnregisterReplica method is used to unregister or delete a replica from the geodatabase.
The ReplicaName is the nane of the replica.