ProcessMessageEventArgs.CancellationToken Property

Definition

The processor's CancellationToken instance which will be cancelled when StopProcessingAsync(CancellationToken) is called.

public System.Threading.CancellationToken CancellationToken { get; }
member this.CancellationToken : System.Threading.CancellationToken
Public ReadOnly Property CancellationToken As CancellationToken

Property Value

Applies to