C# Class Courier.Core.Command.CommandQueue

Inheritance: ICommandQueue
Show file Open project: ccidral/courier

Public Methods

Method Description
CommandQueue ( ) : System
Enqueue ( ICommand command ) : void

Private Methods

Method Description
ConsumeQueue ( ) : void
Execute ( ICommand command ) : void

Method Details

CommandQueue() public method

public CommandQueue ( ) : System
return System

Enqueue() public method

public Enqueue ( ICommand command ) : void
command ICommand
return void