DirectorySynchronization Constructor (DirectorySynchronizationOptions, array<Byte>^)
.NET Framework (current version)
Initializes a new instance of the DirectorySynchronization object with a directory synchronization option and cookie.
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
Available since 2.0
Show: