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::CreateLinkedTokenSource Method
.NET Framework (current version)
Creates a CancellationTokenSource that will be in the canceled state when any of the source tokens are in the canceled state.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateLinkedTokenSource(CancellationToken, CancellationToken) | Creates a CancellationTokenSource that will be in the canceled state when any of the source tokens are in the canceled state. |
![]() ![]() | CreateLinkedTokenSource(array<CancellationToken>^) | Creates a CancellationTokenSource that will be in the canceled state when any of the source tokens in the specified array are in the canceled state. |
Show:

