DomainController.TriggerSyncReplicaFromNeighbors(String) Method

Definition

Begins a synchronization of the specified partition.

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

Parameters

partition
String

The distinguished name of the partition to synchronize.

Exceptions

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

The target server is either busy or unavailable.

partition is null.

partition is not valid.

The current object has been disposed.

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

Applies to