C# Class Helios.Concurrency.ActionWithStateScheduledAsyncTask

Inheritance: ScheduledAsyncTask
Mostrar archivo Open project: helios-io/helios

Public Methods

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

Protected Methods

Method Description
Execute ( ) : void

Method Details

ActionWithStateScheduledAsyncTask() public method

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
return System

Execute() protected method

protected Execute ( ) : void
return void