None Property

Task Parallel System.Threading

Returns an empty CancellationToken value.

Namespace:  System.Threading
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Property None As CancellationToken
C#
public static CancellationToken None { get; }

Remarks

The CancellationToken value returned by this property will be non-cancelable by default.

See Also