none property

Returns an empty CancellationToken value.

This property indicates whether cancellation has been requested for this token, either through the token initially being constructed in a canceled state, or through calling cancel on the token's associated CancellationTokenSource.

Implementation

static CancellationToken get none => CancellationToken();