CloudBlob.EndBreakLease(IAsyncResult) メソッド

定義

非同期操作を終了して、この BLOB の現在のリースを中断します。

public virtual TimeSpan EndBreakLease (IAsyncResult asyncResult);
abstract member EndBreakLease : IAsyncResult -> TimeSpan
override this.EndBreakLease : IAsyncResult -> TimeSpan
Public Overridable Function EndBreakLease (asyncResult As IAsyncResult) As TimeSpan

パラメーター

asyncResult
IAsyncResult

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

戻り値

リースが終了するまでの期間 (秒単位) を表す TimeSpan です。

適用対象