ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Threading.TCustomCancellationToken
Jam_Threading_TCustomCancellationTokenJam_Threading_TCustomCancellationTokenJam_Threading_TCustomCancellationTokenJam_Threading_TCustomCancellationToken
Syntax
Pascal
TCustomCancellationToken = class(TInterfacedObject, ICancellationToken);

Base class for implementing an ICancellationToken.

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.