This topic has not yet been rated - Rate this topic

DomainController.SyncReplicaFromAllServers Method

Causes this domain controller to synchronize the specified partition with all other domain controllers.

Namespace:  System.DirectoryServices.ActiveDirectory
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)
[DirectoryServicesPermissionAttribute(SecurityAction.LinkDemand, Unrestricted = true)]
[DirectoryServicesPermissionAttribute(SecurityAction.InheritanceDemand, Unrestricted = true)]
public override void SyncReplicaFromAllServers(
	string partition,
	SyncFromAllServersOptions options
)

Parameters

partition
Type: System.String

The distinguished name of the partition for the domain controller to synchronize.

options
Type: System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions

A combination of one or more of the SyncFromAllServersOptions members.

ExceptionCondition
ArgumentNullException

partition is null.

ArgumentException

partition is not valid.

ObjectDisposedException

The current object has been disposed.

SyncFromAllServersOperationException

An error occurred in the synchronization operation.

By default, the replication will only occur with the other domain controllers in the same site. If the options parameter contains the CrossSite value, then the replication will occur with all domain controllers in the forest.

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.