MessageReceiver.OnRenewMessageLocks Method

Definition

Executes the Renew action for lock messages.

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)

Parameters

trackingContext
TrackingContext

The tracking context.

lockTokens
IEnumerable<Guid>

The lock tokens.

timeout
TimeSpan

The time span the operation waits before it times out.

Returns

The renewed lock messages.

Applies to