ICloudBlob.EndBreakLease(IAsyncResult) メソッド

定義

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

public TimeSpan EndBreakLease (IAsyncResult asyncResult);
abstract member EndBreakLease : IAsyncResult -> TimeSpan
Public Function EndBreakLease (asyncResult As IAsyncResult) As TimeSpan

パラメーター

asyncResult
IAsyncResult

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

戻り値

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

適用対象