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