AdamInstance.SyncReplicaFromAllServers Method

Definition

Synchronizes the specified partition with all other domain controllers.

public:
 override void SyncReplicaFromAllServers(System::String ^ partition, System::DirectoryServices::ActiveDirectory::SyncFromAllServersOptions options);
public override void SyncReplicaFromAllServers (string partition, System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions options);
override this.SyncReplicaFromAllServers : string * System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions -> unit
Public Overrides Sub SyncReplicaFromAllServers (partition As String, options As SyncFromAllServersOptions)

Parameters

partition
String

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

options
SyncFromAllServersOptions

A combination of one of more of the SyncFromAllServersOptions members.

Exceptions

The partition parameter is null.

The partition parameter is not valid.

The object has been disposed.

An error occurred in the synchronization operation.

Applies to

See also