The members of System.Threading.CancellationTokenSource are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Threading.CancellationTokenSource class. | ||
Initializes a new instance of the System.Threading.CancellationTokenSource class that will be canceled after the specified delay in milliseconds. | ||
Initializes a new instance of the System.Threading.CancellationTokenSource class that will be canceled after the specified time span. |
[read-only] | IsCancellationRequested | bool.
Gets whether cancellation has been requested for this System.Threading.CancellationTokenSource. |
[read-only] | Token | CancellationToken.
Gets the System.Threading.CancellationToken associated with this System.Threading.CancellationTokenSource. |
Cancel()
| ||
Cancel(bool)
| ||
CancelAfter(int)
| ||
CancelAfter(TimeSpan)
| ||
static | CreateLinkedTokenSource(params CancellationToken[])
| |
static | CreateLinkedTokenSource(CancellationToken, CancellationToken)
| |
Dispose()
|
Dispose(bool)
|