C#
C++
F#
VB
ICloudBlob.::..DeleteIfExistsAsync Method (CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)
Initiates an asynchronous operation to delete the blob if it already exists.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Function DeleteIfExistsAsync ( cancellationToken As CancellationToken ) As Task(Of Boolean)
Parameters
- cancellationToken
-
Type:
System.Threading.CancellationTokenSystem.Threading::CancellationTokenSystem.Threading.CancellationTokenSystem.Threading.CancellationToken
A CancellationToken to observe while waiting for a task to complete.
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