Skip to main content

ICommandChannelAsync Members

An interface for objects that need to accept and execute commands asynchronously. All XPO layers implement this interface.

#Methods
Show Inherited Hide Inherited

Name Description
Do(String, Object) Accepts and executes a specified command with arguments. Inherited from ICommandChannel.
DoAsync(String, Object, CancellationToken) Asynchronously accepts and executes a specified command with arguments.
See Also