MessageReceiver.OnComplete Method

Definition

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