SearchAsync Method
This method searches resources for the specified query.
Syntax
[VB.NET] Public Function SearchAsync(ByVal Query As String) As Task
[C#] public Task SearchAsync(string query);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
SearchAsync MethodThis method searches resources for the specified query. Syntax[VB.NET] Public Function SearchAsync(ByVal Query As String) As Task [C#] public Task SearchAsync(string query); RemarksThis method is the asynchronous version of the Search method and is used to support asynchronous operations in WinRT. Please refer to Search for more information. |
||