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 オブジェクト。

適用対象