DirectoryServer.SyncReplicaFromAllServers Method

Definition

Causes this directory server to synchronize the specified partition with all other directory servers in the same site that hosts the partition.

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

Parameters

partition
String

The distinguished name of the partition to synchronize.

options
SyncFromAllServersOptions

A combination of one or more of the SyncFromAllServersOptions members.

Applies to

See also