DirectorySynchronization::ResetDirectorySynchronizationCookie Method (array<Byte>^)

 

Resets the directory synchronization search cookie.

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

public:
void ResetDirectorySynchronizationCookie(
	array<unsigned char>^ cookie
)

Parameters

cookie
Type: array<System::Byte>^

A Byte data type object that contains a directory synchronization search cookie. This method resets the cookie for this DirectorySynchronization object instance to this value.

.NET Framework
Available since 2.0
Return to top
Show: