Skip to main content

ICommandChannelAsync Methods
Show Inherited Hide Inherited

An interface for objects that need to accept and execute commands asynchronously. All XPO layers implement this interface.
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