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