SearchAsync Method
This method searches for resources matching the specified query.
Syntax
[VB.NET] Public Function SearchAsync(ByVal query As String) As IAsyncAction
[C#] public IAsyncAction SearchAsync(string query);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
SearchAsync MethodThis method searches for resources matching the specified query. Syntax[VB.NET] Public Function SearchAsync(ByVal query As String) As IAsyncAction [C#] public IAsyncAction 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. |
||