TCancellationToken.None Method
A token that is never canceled, for APIs that require a token when there is nothing to cancel.
Remarks
WaitFor on it simply sleeps for the given time, and Register stores nothing.
Syntax
Unit: Bcl.Cancellation
class function TCancellationToken.None: ICancellationToken; static;