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