ICloudBlob.EndDeleteIfExists Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
ICloudBlob.::..EndDeleteIfExists Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Returns the result of an asynchronous request to delete the blob if it already exists.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type:
System.BooleanSystem::BooleanSystem.BooleanSystem.Booleantrue if the blob did not already exist and was created; otherwise, false.
Return to top
Returns the result of an asynchronous request to delete the blob if it already exists.
Syntax
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Booleantrue if the blob did not already exist and was created; otherwise, false.