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

タイムアウト。

適用対象