This topic has not yet been rated - Rate this topic

SyncFromAllServersOptions Enumeration

Specifies additional options when performing a synchronization.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  System.DirectoryServices.ActiveDirectory
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)
[FlagsAttribute]
public enum SyncFromAllServersOptions
Member name Description
None No synchronization options.
AbortIfServerUnavailable Aborts the synchronization if any server cannot be contacted or if any server is unreachable.
SyncAdjacentServerOnly Disables transitive replication. Synchronization is performed only with adjacent servers.
CheckServerAlivenessOnly Disables all synchronization. The topology is analyzed and unavailable or unreachable servers are identified.
SkipInitialCheck Assumes that all servers are responding. This will speed up the operation of this method, but if some servers are not responding, some transitive replications might be blocked.
PushChangeOutward Pushes changes from the home server out to all partners using transitive replication. This reverses the direction of replication and the order of execution of the replication sets from the usual mode of execution.
CrossSite Synchronizes across site boundaries. By default, this method attempts to synchronize only with domain controllers in the same site as the home system. Set this flag to attempt to synchronize with all domain controllers in the enterprise forest. However, the domain controllers can be synchronized only if connected by a synchronous (RPC) transport.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

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)
Community Content Add
Annotations FAQ