Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation that deletes the container if it already exists.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task<bool> DeleteIfExistsAsync()
 
public:
[DoesServiceRequestAttribute]
virtual Task<bool>^ DeleteIfExistsAsync()
 
[<DoesServiceRequestAttribute>]
abstract DeleteIfExistsAsync : unit -> Task<bool>
[<DoesServiceRequestAttribute>]
override DeleteIfExistsAsync : unit -> Task<bool>
 
<DoesServiceRequestAttribute>
Public Overridable Function DeleteIfExistsAsync As Task(OfBoolean)
Return to top