CancellationTokenSource.Token
Property
Definition
Gets the CancellationToken associated with this CancellationTokenSource.
public System.Threading.CancellationToken Token { get; }
Property Value
The CancellationToken associated with this CancellationTokenSource.
Exceptions
The token source has been disposed.