DirectorySynchronization Constructor (DirectorySynchronizationOptions, array<Byte>^)

 

Initializes a new instance of the DirectorySynchronization object with a directory synchronization option and cookie.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

public:
DirectorySynchronization(
	DirectorySynchronizationOptions option,
	array<unsigned char>^ cookie
)

Parameters

option
Type: System.DirectoryServices::DirectorySynchronizationOptions

A DirectorySynchronizationOptions data type object that specifies how a directory synchronization search is performed.

cookie
Type: array<System::Byte>^

A Byte data type object that specifies the directory synchronization search cookie.

.NET Framework
Available since 2.0
Return to top
Show: