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 (CancellationToken, CancellationToken)
.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)
public: static CancellationTokenSource^ CreateLinkedTokenSource( CancellationToken token1, CancellationToken token2 )
Parameters
- token1
-
Type:
System.Threading::CancellationToken
The first cancellation token to observe.
- token2
-
Type:
System.Threading::CancellationToken
The second cancellation token to observe.
Return Value
Type: System.Threading::CancellationTokenSource^A CancellationTokenSource that is linked to the source tokens.
| Exception | Condition |
|---|---|
| ObjectDisposedException | A CancellationTokenSource associated with one of the source tokens has been disposed. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 5.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 5.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: