DirSyncRequestControl Constructors

Definition

The DirSyncRequestControl() constructor creates an instance of the DirSyncRequestControl class.

Overloads

DirSyncRequestControl()

The DirSyncRequestControl() constructor creates an instance of the DirSyncRequestControl class.

DirSyncRequestControl(Byte[])

The DirSyncRequestControl(Byte[]) constructor creates an instance of the DirSyncRequestControl class using the specified parameter.

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)

The DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) constructor creates an instance of the DirSyncRequestControl class using the specified parameters.

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)

The DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) constructor creates an instance of the DirSyncRequestControl class using the specified parameters.

DirSyncRequestControl()

Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs

The DirSyncRequestControl() constructor creates an instance of the DirSyncRequestControl class.

C#
public DirSyncRequestControl();

Applies to

.NET 10 (package-provided) ve diğer sürümler
Ürün Sürümler
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)

DirSyncRequestControl(Byte[])

Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs

The DirSyncRequestControl(Byte[]) constructor creates an instance of the DirSyncRequestControl class using the specified parameter.

C#
public DirSyncRequestControl(byte[] cookie);

Parameters

cookie
Byte[]

An opaque structure used by the server. It is updated by the directory during each SearchRequest, which enables the control to incrementally read changes from the directory.

Applies to

.NET 10 (package-provided) ve diğer sürümler
Ürün Sürümler
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)

Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs

The DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) constructor creates an instance of the DirSyncRequestControl class using the specified parameters.

C#
public DirSyncRequestControl(byte[] cookie, System.DirectoryServices.Protocols.DirectorySynchronizationOptions option);

Parameters

cookie
Byte[]

An opaque structure used by the server. It is updated by the directory during each SearchRequest, which enables the control to incrementally read changes from the directory.

option
DirectorySynchronizationOptions

Specifies the behavior of the search. This parameter can be zero or a combination of one or more of the values of DirectorySynchronizationOptions.

Applies to

.NET 10 (package-provided) ve diğer sürümler
Ürün Sürümler
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)

Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs

The DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) constructor creates an instance of the DirSyncRequestControl class using the specified parameters.

C#
public DirSyncRequestControl(byte[] cookie, System.DirectoryServices.Protocols.DirectorySynchronizationOptions option, int attributeCount);

Parameters

cookie
Byte[]

An opaque structure used by the server. It is updated by the directory during each SearchRequest, which enables the control to incrementally read changes from the directory.

option
DirectorySynchronizationOptions

Specifies the behavior of the search. This parameter can be zero or a combination of one or more of the values of DirectorySynchronizationOptions.

attributeCount
Int32

The maximum number of attributes to return. The default is 1048576.

Applies to

.NET 10 (package-provided) ve diğer sürümler
Ürün Sürümler
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)