Back to Devexpress

ICommandChannelAsync Interface

corelibraries-devexpress-dot-xpo-dot-helpers.md

latest937 B
Original Source

ICommandChannelAsync Interface

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

Namespace : DevExpress.Xpo.Helpers

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public interface ICommandChannelAsync :
    ICommandChannel
vb
Public Interface ICommandChannelAsync
    Inherits ICommandChannel

See Also

ICommandChannelAsync Members

DevExpress.Xpo.Helpers Namespace