Click or drag to resize

ICommandProcessor Interface

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

Defines the interface for any object that intends to produce and/or process commands.

Namespace:  BSI.MACE
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public interface ICommandProcessor

The ICommandProcessor type exposes the following members.

Properties
  NameDescription
Public propertyCommands
Gets a list of orders.
Top
Methods
  NameDescription
Public methodAddCommand
Submit a command (order) to be executed
Public methodRemoveAllCommands
Removes all commands currently awaiting execution.
Public methodRemoveCommand
Removes/Revokes a command (order)
Top
See Also