DeleteResourceAsync Method
Deletes the specified resource.
Syntax
[VB.NET] Public Function DeleteResourceAsync() As IAsyncAction
[C#] public IAsyncAction DeleteResourceAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteResourceAsync MethodDeletes the specified resource. Syntax[VB.NET] Public Function DeleteResourceAsync() As IAsyncAction [C#] public IAsyncAction DeleteResourceAsync(); 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. |
||