C# Класс Air.SimpleAirCommandProcessor

SimpleAirCommandProcessor class.
Наследование: IAirCommandProcessor
Показать файл Открыть проект Примеры использования класса

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

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