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

CloudBlobClient.EndGetServiceProperties(IAsyncResult) 方法

定义

结束异步操作以获取 Blob 服务的服务属性。

public virtual Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties EndGetServiceProperties (IAsyncResult asyncResult);
abstract member EndGetServiceProperties : IAsyncResult -> Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties
override this.EndGetServiceProperties : IAsyncResult -> Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties
Public Overridable Function EndGetServiceProperties (asyncResult As IAsyncResult) As ServiceProperties

参数

asyncResult
IAsyncResult

引用 IAsyncResult 挂起的异步操作的 。

返回

ServiceProperties 对象。

适用于