Class CancellationTokenSourceExtensions
public static class CancellationTokenSourceExtensions
- Inheritance
-
CancellationTokenSourceExtensions
- Inherited Members
Methods
TryCancel(CancellationTokenSource, bool)
public static bool TryCancel(this CancellationTokenSource cancellationTokenSource, bool throwOnFirstException = false)
Parameters
cancellationTokenSource
CancellationTokenSourcethrowOnFirstException
bool