Table of Contents

Class DataStoreClientAsync

Namespace
DevExpress.Xpo.DB
Assembly
DevExpress.Xpo.v24.1.dll

A data store provider that client applications can use to asynchronously work with the data source via WCF.

public class DataStoreClientAsync : DataStoreClientAsyncBase<IDataStoreWarpServiceAsync>, IDataStoreAsync, IDataStore, ICommandChannelAsync, ICommandChannel
Inheritance
DataStoreClientAsync
Implements
IDataStoreAsync
IDataStore
ICommandChannelAsync
ICommandChannel
Inherited Members

Constructors

DataStoreClientAsync(Binding, EndpointAddress)

Initializes a new DataStoreClientAsync class instance with specified settings.

public DataStoreClientAsync(Binding binding, EndpointAddress remoteAddress)

Parameters

binding Binding

A System.ServiceModel.Channels.Binding object that specifies binding elements. The client uses these binding elements to communicate with a service.

remoteAddress EndpointAddress

A unique network address the client uses to communicate with a service endpoint.

DataStoreClientAsync(string)

Initializes a new DataStoreClientAsync class instance, according to the configuration information retrieved from a client application’s configuration file.

public DataStoreClientAsync(string configName)

Parameters

configName string

The endpoint name in the client application’s configuration file.

Methods

CreateChannel()

protected override IDataStoreWarpServiceAsync CreateChannel()

Returns

IDataStoreWarpServiceAsync