C# Class Helios.Concurrency.ActionWithStateAndContextScheduledAsyncTask

Inheritance: ScheduledAsyncTask
Mostra file Open project: helios-io/helios

Public Methods

Method Description
ActionWithStateAndContextScheduledAsyncTask ( AbstractScheduledEventExecutor executor, object>.Action action, object context, object state, PreciseDeadline deadline, CancellationToken cancellationToken ) : System

Protected Methods

Method Description
Execute ( ) : void

Method Details

ActionWithStateAndContextScheduledAsyncTask() public method

public ActionWithStateAndContextScheduledAsyncTask ( AbstractScheduledEventExecutor executor, object>.Action action, object context, object state, PreciseDeadline deadline, CancellationToken cancellationToken ) : System
executor AbstractScheduledEventExecutor
action object>.Action
context object
state object
deadline PreciseDeadline
cancellationToken System.Threading.CancellationToken
return System

Execute() protected method

protected Execute ( ) : void
return void