MessageReceiver.OnRenewMessageLocks メソッド

定義

ロック メッセージの [更新] アクションを実行します。

protected virtual System.Collections.Generic.IEnumerable<DateTime> OnRenewMessageLocks (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, System.Collections.Generic.IEnumerable<Guid> lockTokens, TimeSpan timeout);
abstract member OnRenewMessageLocks : Microsoft.ServiceBus.Tracing.TrackingContext * seq<Guid> * TimeSpan -> seq<DateTime>
override this.OnRenewMessageLocks : Microsoft.ServiceBus.Tracing.TrackingContext * seq<Guid> * TimeSpan -> seq<DateTime>
Protected Overridable Function OnRenewMessageLocks (trackingContext As TrackingContext, lockTokens As IEnumerable(Of Guid), timeout As TimeSpan) As IEnumerable(Of DateTime)

パラメーター

trackingContext
TrackingContext

追跡コンテキスト。

lockTokens
IEnumerable<Guid>

ロック トークン。

timeout
TimeSpan

操作がタイムアウトするまでの待機時間。

戻り値

更新されたロック メッセージ。

適用対象