CloudBlobClient.EndGetServiceStats(IAsyncResult) メソッド

定義

セカンダリ BLOB サービス エンドポイントのサービス統計を取得する非同期操作を終了します。

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

パラメーター

asyncResult
IAsyncResult

IAsyncResult保留中の非同期操作を参照する 。

戻り値

ServiceStats オブジェクト。

適用対象