Share via


ParserVisitor.CancelToken Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the cancellation token.

public System.Threading.CancellationToken? CancelToken { get; set; }
member this.CancelToken : Nullable<System.Threading.CancellationToken> with get, set
Public Property CancelToken As Nullable(Of CancellationToken)

Property Value

The cancellation token.

Applies to