Air.SimpleAirCommandProcessor.Process C# (CSharp) 메소드

Process() 공개 메소드

Processes the specified command.
public Process ( IAirCommand command ) : System.Threading.Tasks.Task
command IAirCommand The command.
리턴 System.Threading.Tasks.Task
        public Task Process(IAirCommand command)
        {
            return _commandQueue.SendAsync(command);
        }