CloudBlobContainer.EndRenewLease(IAsyncResult) メソッド

定義

このコンテナーのリースを更新する非同期操作を終了します。

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

パラメーター

asyncResult
IAsyncResult

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

適用対象