QueryAsync Method
Get information about a domain.
Syntax
[VB.NET] Public Function QueryAsync(ByVal Domain As String) As IAsyncAction
[C#] public IAsyncAction QueryAsync(string domain);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
QueryAsync MethodGet information about a domain. Syntax[VB.NET] Public Function QueryAsync(ByVal Domain As String) As IAsyncAction [C#] public IAsyncAction 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. |
||