QueryAsync Method
Query a Domain.
Syntax
[VB.NET] Public Function QueryAsync(ByVal Domain As String) As Task
[C#] public Task QueryAsync(string domain);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
QueryAsync MethodQuery a Domain. Syntax[VB.NET] Public Function QueryAsync(ByVal Domain As String) As Task [C#] public Task QueryAsync(string domain); RemarksThis method is the asynchronous version of the Query method and is used to support asynchronous operations in WinRT. Please refer to Query for more information. |
||