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

MessageSession.OnRenewLock(TrackingContext, TimeSpan) 方法

定义

对消息锁执行 RenewLock 操作。

protected virtual DateTime OnRenewLock (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, TimeSpan timeout);
abstract member OnRenewLock : Microsoft.ServiceBus.Tracing.TrackingContext * TimeSpan -> DateTime
override this.OnRenewLock : Microsoft.ServiceBus.Tracing.TrackingContext * TimeSpan -> DateTime
Protected Overridable Function OnRenewLock (trackingContext As TrackingContext, timeout As TimeSpan) As DateTime

参数

trackingContext
TrackingContext

由跟踪此操作的事务关联的上下文信息。

timeout
TimeSpan

操作在超时之前等待的时间间隔。

返回

操作在超时之前等待的时间跨度。

适用于