C# Class Air.SimpleAirCommandProcessor

SimpleAirCommandProcessor class.
Inheritance: IAirCommandProcessor
Datei anzeigen Open project: tmitchel2/Air Class Usage Examples

Public Methods

Method Description
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.

Method Details

Process() public method

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

SimpleAirCommandProcessor() public method

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

Start() public method

Starts this instance.
public Start ( ) : void
return void

Stop() public method

Stops this instance.
public Stop ( ) : void
return void