QueryServiceAsync Method
Queries an OData service using the specified parameters.
Syntax
[VB.NET] Public Function QueryServiceAsync() As Task
[C#] public Task QueryServiceAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
QueryServiceAsync MethodQueries an OData service using the specified parameters. Syntax[VB.NET] Public Function QueryServiceAsync() As Task [C#] public Task QueryServiceAsync(); RemarksThis method is the asynchronous version of the QueryService method and is used to support asynchronous operations in WinRT. Please refer to QueryService for more information. |
||