DeleteObjectAsync Method
Deletes the specified object.
Syntax
[VB.NET] Public Function DeleteObjectAsync(ByVal ObjectName As String) As IAsyncAction
[C#] public IAsyncAction DeleteObjectAsync(string objectName);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeleteObjectAsync MethodDeletes the specified object. Syntax[VB.NET] Public Function DeleteObjectAsync(ByVal ObjectName As String) As IAsyncAction [C#] public IAsyncAction DeleteObjectAsync(string objectName); RemarksThis method is the asynchronous version of the DeleteObject method and is used to support asynchronous operations in WinRT. Please refer to DeleteObject for more information. |
||