C# 클래스 npantarhei.runtime.patterns.AsynchronizeFIFO

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

공개 메소드들

메소드 설명
Process ( IMessage message, Action continueWith ) : void
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
AsynchronizeFIFO ( ) : System

메소드 상세

Process() 공개 메소드

public Process ( IMessage message, Action continueWith ) : void
message IMessage
continueWith Action
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void