CreateLinkedTokenSource Method

Task Parallel System.Threading

Overload List

  NameDescription
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.

See Also