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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET