Bcl.Cancellation Namespace
Classes
| Name | Description |
|---|---|
| TCancellationToken | Tokens that need no source. |
| TCancellationTokenSource | The standard implementation of ICancellationTokenSource. |
Interfaces
| Name | Description |
|---|---|
| ICancellationToken | Tells the code doing some work that it should stop. |
| ICancellationTokenSource | Requests cancellation of the token it hands out. |