ICommandChannel Methods
An interface for objects that need to accept and execute commands. All XPO layers implement this interface.
Name | Description |
---|---|
Do |
Accepts and executes a specified command with arguments. |
See Also