C# Class Helios.Concurrency.ActionWithStateScheduledAsyncTask

Inheritance: ScheduledAsyncTask
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

Méthode Description
ActionWithStateScheduledAsyncTask ( AbstractScheduledEventExecutor executor, Action action, object state, PreciseDeadline deadline, CancellationToken cancellationToken ) : System

Méthodes protégées

Méthode Description
Execute ( ) : void

Method Details

ActionWithStateScheduledAsyncTask() public méthode

public ActionWithStateScheduledAsyncTask ( AbstractScheduledEventExecutor executor, Action action, object state, PreciseDeadline deadline, CancellationToken cancellationToken ) : System
executor AbstractScheduledEventExecutor
action Action
state object
deadline PreciseDeadline
cancellationToken System.Threading.CancellationToken
Résultat System

Execute() protected méthode

protected Execute ( ) : void
Résultat void