UnbindAsync Method
Unbinds from the directory server.
Syntax
[VB.NET]
Public Function UnbindAsync() As Task
[C#]
public Task UnbindAsync();
Remarks
This method is the asynchronous version of the
Unbind method and is used to support asynchronous operations in WinRT. Please refer to
Unbind for more information.