C# Класс npantarhei.runtime.flows.Flow_asynchronously

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Execute() публичный Метод

public Execute ( Task task ) : void
task npantarhei.runtime.messagetypes.Task
Результат void

Flow_asynchronously() публичный Метод

public Flow_asynchronously ( ISchedulingStrategy schedule ) : System
schedule ISchedulingStrategy
Результат System

Inject() публичный Метод

public Inject ( List streams, IOperation>.Dictionary operations ) : void
streams List
operations IOperation>.Dictionary
Результат void

Process() публичный Метод

public Process ( IMessage message ) : void
message IMessage
Результат void

Start() публичный Метод

public Start ( ) : void
Результат void

Stop() публичный Метод

public Stop ( ) : void
Результат void

Throttle() публичный Метод

public Throttle ( int delayMilliseconds ) : void
delayMilliseconds int
Результат void