MessageReceiver.OnRenewMessageLocks Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET