Skip to content

other

CancellationToken

A .NET value type passed through asynchronous APIs that carries a cooperative request to stop work. It has no effect unless the code receiving it checks it or hands it to an API that does.

Current clusters