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