Creates a System.Threading.CancellationTokenSource that will be in the canceled state when any of the source tokens in the specified array are in the canceled state.
tokens An array that contains the cancellation token instances to observe.
A System.Threading.CancellationTokenSource that is linked to the source tokens.