C#
C++
F#
VB
CloudBlobContainer.::..EndExists Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Returns the asynchronous result of the request to check whether the container exists.
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 container exists.