DomainController.TriggerSyncReplicaFromNeighbors(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.