C# 클래스 npantarhei.runtime.flows.Flow_asynchronously

파일 보기 프로젝트 열기: ralfw/NPantaRhei

공개 메소드들

메소드 설명
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