.NET Framework Class Library |
CancellationToken..::.None Property |
CancellationToken Structure See Also Send Feedback |
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.