BindAsync Method
Connects and binds to the directory server.
Syntax
[VB.NET] Public Function BindAsync() As Task
[C#] public Task BindAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
BindAsync MethodConnects and binds to the directory server. Syntax[VB.NET] Public Function BindAsync() As Task [C#] public Task BindAsync(); RemarksThis 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. |
||