GetResourceAsync Method
Fetches a resource.
Syntax
[VB.NET] Public Function GetResourceAsync(ByVal URL As String) As IAsyncAction
[C#] public IAsyncAction GetResourceAsync(string URL);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetResourceAsync MethodFetches a resource. Syntax[VB.NET] Public Function GetResourceAsync(ByVal URL As String) As IAsyncAction [C#] public IAsyncAction GetResourceAsync(string URL); RemarksThis method is the asynchronous version of the GetResource method and is used to support asynchronous operations in WinRT. Please refer to GetResource for more information. |
||