Search code examples
Can I cancel StreamReader.ReadLineAsync with a CancellationToken?...


c#.netasynchronouscancellation-token

Read More
Why should I check IsCancellationRequested before calling ThrowIfCancellationRequested()...


c#taskcancellation-token

Read More
Why is CancellationToken.None generating CS0426 The type name 'CancellationToken' does not e...


c#.netcancellation-tokenparallel.foreachasync

Read More
When to dispose CancellationTokenSource?...


c#task-parallel-libraryplinqcancellationtokensourcecancellation-token

Read More
CancellationToken with async Dapper methods?...


c#.netasync-awaitdappercancellation-token

Read More
Message box repeating under loop with Cancellation Token...


c#wpfsocketscancellation-token

Read More
How to "sleep" until timeout or cancellation is requested...


c#sleepcancellationcancellation-tokencancellationtokensource

Read More
Do I need to check the CancellationToken in Parallel.ForEach?...


c#task-parallel-libraryparallel.foreachcancellation-token

Read More
IsCancellationRequested taking a long time to update after Cancel()...


c#uwpbluetooth-lowenergycancellation-token

Read More
Cancellation Token Injection...


c#.netasp.net-corecancellation-token

Read More
How to correctly handle Ctrl-C or SIGINT in an ASP.NET Core console application?...


asp.net-coreconsolecancellation-tokengraceful-shutdown

Read More
Faulted vs Canceled task status after CancellationToken.ThrowIfCancellationRequested...


c#multithreadingasync-awaittask-parallel-librarycancellation-token

Read More
How can I add CancellationToken to my Controller?...


controllercancellation-token

Read More
Strange CancellationToken behaviour...


c#asp.net-corecancellation-tokencancellationtokensourcerequest-cancelling

Read More
Cancel if the same task is called runned by Task.Run...


c#cancellation-token

Read More
TaskCanceledException when calling Task.Delay with a CancellationToken in an keyboard event...


c#asynchronouswindows-runtimecancellationtokensourcecancellation-token

Read More
Wait for request of CancellationToken cancellation...


c#task-parallel-librarycancellationtokensourcecancellation-token

Read More
Disposing an IAsyncEnumerator does not cancel the underlying IAsyncEnumerable's cancellation tok...


c#cancellationcancellation-tokeniasyncenumerable

Read More
CancellationToken in controller function of .Net Core suddenly becomes true...


angular.net-corecancellation-tokencancellationtokensource

Read More
Thread.Abort alternatives...


c#multithreadingcancellation-tokenthreadabortexceptionthread-abort

Read More
Using CancellationToken for timeout in Task.Run does not work...


c#.nettask-parallel-librarycancellationtokensourcecancellation-token

Read More
CancellationToken doesn't cancel blocking method...


c#task-parallel-library.net-4.5cancellation-token

Read More
Cancel method which doesn't accept cancellation token...


c#asp.netasynchronousasync-awaitcancellation-token

Read More
When should I add a CancellationToken to an async interface method?...


c#cancellation-token

Read More
Associate a CancellationToken with an async method's Task...


c#async-awaittask-parallel-librarycancellation-token

Read More
How does cancellation acknowledgment work for async continuations?...


c#.netasync-awaittask-parallel-librarycancellation-token

Read More
Why CancellationToken is a struct?...


c#.netcancellation-token

Read More
How to cancel manually a BackgroundService in ASP.net core...


c#asp.net-corebackground-servicecancellation-token

Read More
Why the catch block of AggregateException was not sufficient to handle cancellations?...


c#tasktask-parallel-librarycancellation-tokenc#-12.0

Read More
TryReset CancellationSource .NET Standard...


c#asynchronous.net-standard.net-7.0cancellation-token

Read More
BackNext