DirectoryServer.SyncReplicaFromAllServers 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.