Share via


CloudBlobContainer.EndExists(IAsyncResult) Method

Definition

Returns the asynchronous result of the request to check whether the container exists.

public virtual bool EndExists(IAsyncResult asyncResult);
abstract member EndExists : IAsyncResult -> bool
override this.EndExists : IAsyncResult -> bool
Public Overridable Function EndExists (asyncResult As IAsyncResult) As Boolean

Parameters

asyncResult
System.IAsyncResult

An System.IAsyncResult that references the pending asynchronous operation.

Returns

System.Boolean

true if the container exists.

Applies to