AdamInstance.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

A String that contains 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.

The partition parameter is null.

The partition is parameter not valid.

The object has been disposed.

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

Applies to