TCancellationToken Class
Tokens that need no source.
Syntax
Unit: Bcl.Cancellation
TCancellationToken = class(TObject);
Methods
| Name | Description |
|---|---|
| None | A token that is never canceled, for APIs that require a token when there is nothing to cancel. |
Tokens that need no source.
Unit: Bcl.Cancellation
TCancellationToken = class(TObject);
| Name | Description |
|---|---|
| None | A token that is never canceled, for APIs that require a token when there is nothing to cancel. |