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