CloudBlob.EndExists Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Returns the asynchronous result of the request to check existence of the blob.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndExists :
asyncResult:IAsyncResult -> bool
override EndExists :
asyncResult:IAsyncResult -> bool
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 exists.
Return to top
Returns the asynchronous result of the request to check existence of the blob.
Syntax
abstract EndExists : asyncResult:IAsyncResult -> bool override EndExists : asyncResult:IAsyncResult -> bool
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 exists.