Unbind Method
Unbinds from the directory server.
Syntax
[VB.NET] Public Sub Unbind()
[C#] public void Unbind();
Remarks
This method unbinds from the directory server and breaks the connection.
NOTE: This method has a corresponding asynchronous version (UnbindAsync) for use in the Xamarin environment.