CancellationTokenSource.Token Property

Definition

Gets the CancellationToken associated with this CancellationTokenSource.

public System.Threading.CancellationToken Token { get; }
Property Value
Exceptions

The token source has been disposed.