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

CloudBlobContainer.EndCreateIfNotExists(IAsyncResult) Method

Definition

Returns the result of an asynchronous request to create the container if it does not already exist.

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

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

true if the container did not already exist and was created; otherwise, false.

Applies to