你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

true if the container exists.

Applies to