CloudBlob.EndFetchAttributes(IAsyncResult) メソッド

定義

BLOB のプロパティとメタデータを設定する非同期操作を終了します。

public virtual void EndFetchAttributes (IAsyncResult asyncResult);
abstract member EndFetchAttributes : IAsyncResult -> unit
override this.EndFetchAttributes : IAsyncResult -> unit
Public Overridable Sub EndFetchAttributes (asyncResult As IAsyncResult)

パラメーター

asyncResult
IAsyncResult

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

適用対象