Delete Method
Deletes an entry specified by DN from the directory server.
Syntax
[VB.NET] Public Sub Delete()
[C#] public void Delete();
Remarks
This method deletes the entry specified by DN from the directory. The result of the operation is returned via the Result event.
NOTE: This method has a corresponding asynchronous version (DeleteAsync) for use in the WinRT environment.