C# 클래스 Air.SimpleAirCommandProcessor

SimpleAirCommandProcessor class.
상속: IAirCommandProcessor
파일 보기 프로젝트 열기: tmitchel2/Air 1 사용 예제들

공개 메소드들

메소드 설명
Process ( IAirCommand command ) : System.Threading.Tasks.Task

Processes the specified command.

SimpleAirCommandProcessor ( AirConfiguration configuration ) : System

Initializes a new instance of the SimpleAirCommandProcessor class.

Start ( ) : void

Starts this instance.

Stop ( ) : void

Stops this instance.

메소드 상세

Process() 공개 메소드

Processes the specified command.
public Process ( IAirCommand command ) : System.Threading.Tasks.Task
command IAirCommand The command.
리턴 System.Threading.Tasks.Task

SimpleAirCommandProcessor() 공개 메소드

Initializes a new instance of the SimpleAirCommandProcessor class.
public SimpleAirCommandProcessor ( AirConfiguration configuration ) : System
configuration AirConfiguration The configuration.
리턴 System

Start() 공개 메소드

Starts this instance.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops this instance.
public Stop ( ) : void
리턴 void