CancellationTokenSource Constructor
.NET Framework (current version)
Initializes the CancellationTokenSource.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CancellationTokenSource() | Initializes a new instance of the CancellationTokenSource class. |
![]() | CancellationTokenSource(Int32) | Initializes a new instance of the CancellationTokenSource class that will be canceled after the specified delay in milliseconds. |
![]() | CancellationTokenSource(TimeSpan) | Initializes a new instance of the CancellationTokenSource class that will be canceled after the specified time span. |
Show:
