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