QueryAsync Method
Query a Domain.
Syntax
[VB.NET]
Public Function QueryAsync(ByVal Domain As String) As Task
[C#]
public Task QueryAsync(string domain);
Remarks
This 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.