The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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:
