AdamInstance.SyncReplicaFromServer(String, String) Method

Definition

Synchronizes the specified partition with the specified domain controller.

public:
 override void SyncReplicaFromServer(System::String ^ partition, System::String ^ sourceServer);
public override void SyncReplicaFromServer (string partition, string sourceServer);
override this.SyncReplicaFromServer : string * string -> unit
Public Overrides Sub SyncReplicaFromServer (partition As String, sourceServer As String)

Parameters

partition
String

A String that contains the distinguished name of the partition to synchronize.

sourceServer
String

A String that contains the name of the server with which to synchronize.

Exceptions

A call to the underlying directory service resulted in an error.

The target server is either busy or unavailable.

The partition or sourceServer parameter is null.

The partition or sourceServer parameter is not valid.

The object has been disposed.

The specified account does not have permission to perform this operation.

Applies to