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

MessageSession.OnComplete 方法

定义

完成速览锁定消息。

protected override void OnComplete (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, System.Collections.Generic.IEnumerable<Guid> lockTokens, TimeSpan timeout);
override this.OnComplete : Microsoft.ServiceBus.Tracing.TrackingContext * seq<Guid> * TimeSpan -> unit
Protected Overrides Sub OnComplete (trackingContext As TrackingContext, lockTokens As IEnumerable(Of Guid), timeout As TimeSpan)

参数

trackingContext
TrackingContext

要使用的 TrackingContext。

lockTokens
IEnumerable<Guid>

锁标记。

timeout
TimeSpan

超时。

适用于