DeleteResourceAsync Method
Delete a resource.
Syntax
[VB.NET] Public Function DeleteResourceAsync(ByVal ResourceURI As String) As IAsyncAction
[C#] public IAsyncAction DeleteResourceAsync(string resourceURI);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteResourceAsync MethodDelete a resource. Syntax[VB.NET] Public Function DeleteResourceAsync(ByVal ResourceURI As String) As IAsyncAction [C#] public IAsyncAction DeleteResourceAsync(string resourceURI); 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. |
||