Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudBlobContainer.EndBreakLease(IAsyncResult) 方法

定义

结束一个异步操作,以中断此容器上的当前租约。

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,表示租约结束前的时间量,将向下舍入到秒。

适用于