ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Threading.TCancellationToken
Jam_Threading_TCancellationTokenJam_Threading_TCancellationTokenJam_Threading_TCancellationTokenJam_Threading_TCancellationToken
Syntax
Pascal
TCancellationToken = class sealed(TCustomCancellationToken);

Implementation for an ICancellationToken. As type for a class member better use the CancellationToken rich record.

Jam.Threading.TCustomCancellationToken
 
Name 
Description 
 
Creates and returns an instance of this class. 
 
Name 
Description 
 
Gets whether cancellation has been requested for this token. 
Jam.Threading.ICancellationToken
 
Name 
Description 
 
Communicates a request for cancellation. 
Jam.Threading.TCustomCancellationToken
 
Name 
Description 
 
Creates and returns an instance of this class as ICancellationToken.