MessageReceiver.OnComplete 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 complete action.
protected virtual void OnComplete (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, System.Collections.Generic.IEnumerable<Guid> lockTokens, TimeSpan timeout);
abstract member OnComplete : Microsoft.ServiceBus.Tracing.TrackingContext * seq<Guid> * TimeSpan -> unit
override this.OnComplete : Microsoft.ServiceBus.Tracing.TrackingContext * seq<Guid> * TimeSpan -> unit
Protected Overridable Sub OnComplete (trackingContext As TrackingContext, lockTokens As IEnumerable(Of Guid), timeout As TimeSpan)
Parameters
- trackingContext
- TrackingContext
TrackingContext to use.
- lockTokens
- IEnumerable<Guid>
The lock tokens.
- timeout
- TimeSpan
The timeout.
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