C#
C++
F#
VB
CloudBlobContainer.::..EndCreateIfNotExists Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Returns the result of an asynchronous request to create the container if it does not already exist.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndCreateIfNotExists : asyncResult:IAsyncResult -> bool override EndCreateIfNotExists : asyncResult:IAsyncResult -> bool
Public Overridable Function EndCreateIfNotExists ( asyncResult As IAsyncResult ) As Boolean
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 did not already exist and was created; otherwise, false.