ICloudBlob.DeleteIfExistsAsync Method (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Initiates an asynchronous operation to delete the blob if it already exists.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Return Value
Type:
System.Threading.Tasks.Task<Boolean>System.Threading.Tasks::Task<Boolean>^System.Threading.Tasks.Task<Boolean>System.Threading.Tasks.Task(Of Boolean)A Task object of type bool that represents the asynchronous operation.
See Also
DeleteIfExistsAsync Overload
ICloudBlob Interface
Microsoft.WindowsAzure.Storage.Blob Namespace
Return to top
Initiates an asynchronous operation to delete the blob if it already exists.
Syntax
Return Value
Type: System.Threading.Tasks.Task<Boolean>System.Threading.Tasks::Task<Boolean>^System.Threading.Tasks.Task<Boolean>System.Threading.Tasks.Task(Of Boolean)A Task object of type bool that represents the asynchronous operation.
See Also
DeleteIfExistsAsync Overload
ICloudBlob Interface
Microsoft.WindowsAzure.Storage.Blob Namespace