Creates a System.Threading.CancellationTokenSource that will be in the canceled state when any of the source tokens are in the canceled state.
token1 The first cancellation token to observe.token2 The second cancellation token to observe.
A System.Threading.CancellationTokenSource that is linked to the source tokens.