C# Class Air.SimpleAirCommandProcessor

SimpleAirCommandProcessor class.
Inheritance: IAirCommandProcessor
Afficher le fichier Open project: tmitchel2/Air Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

SimpleAirCommandProcessor() public méthode

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

Start() public méthode

Starts this instance.
public Start ( ) : void
Résultat void

Stop() public méthode

Stops this instance.
public Stop ( ) : void
Résultat void