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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET