C# Class npantarhei.runtime.flows.Flow_asynchronously

Afficher le fichier Open project: ralfw/NPantaRhei

Méthodes publiques

Méthode Description
Execute ( Task task ) : void
Flow_asynchronously ( ISchedulingStrategy schedule ) : System
Inject ( List streams, IOperation>.Dictionary operations ) : void
Process ( IMessage message ) : void
Start ( ) : void
Stop ( ) : void
Throttle ( int delayMilliseconds ) : void

Method Details

Execute() public méthode

public Execute ( Task task ) : void
task npantarhei.runtime.messagetypes.Task
Résultat void

Flow_asynchronously() public méthode

public Flow_asynchronously ( ISchedulingStrategy schedule ) : System
schedule ISchedulingStrategy
Résultat System

Inject() public méthode

public Inject ( List streams, IOperation>.Dictionary operations ) : void
streams List
operations IOperation>.Dictionary
Résultat void

Process() public méthode

public Process ( IMessage message ) : void
message IMessage
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Throttle() public méthode

public Throttle ( int delayMilliseconds ) : void
delayMilliseconds int
Résultat void