CreateLinkedTokenSource Method
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| CancellationTokenSource..::.CreateLinkedTokenSource Method |
| CancellationTokenSource Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| CreateLinkedTokenSource(array<CancellationToken>[]()[]) |
Creates a CancellationTokenSource that will be in the canceled state
when any of the source tokens are in the canceled state.
| |
| CreateLinkedTokenSource(CancellationToken, CancellationToken) |
Creates a CancellationTokenSource that will be in the canceled state
when any of the source tokens are in the canceled state.
|