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