Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation to delete the blob.

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

Syntax

 
Task DeleteAsync()
 
Task^ DeleteAsync()
 
abstract DeleteAsync : unit -> Task
 
Function DeleteAsync As Task
Return to top