Table of Contents

Class CachedDataStoreClientAsync

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

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

public class CachedDataStoreClientAsync : CachedDataStoreClientAsyncBase<ICachedDataStoreWarpServiceAsync>, ICachedDataStoreAsync, ICacheToCacheCommunicationCoreAsync, ICacheToCacheCommunicationCore, IDataStoreAsync, IDataStore, ICachedDataStore, ICommandChannel, ICommandChannelAsync
Inheritance
CachedDataStoreClientAsync
Implements
ICachedDataStoreAsync
ICacheToCacheCommunicationCoreAsync
ICacheToCacheCommunicationCore
IDataStoreAsync
IDataStore
ICachedDataStore
ICommandChannel
ICommandChannelAsync
Inherited Members

Constructors

CachedDataStoreClientAsync(Binding, EndpointAddress)

Initializes a new CachedDataStoreClient class instance with specified settings.

public CachedDataStoreClientAsync(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

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

CachedDataStoreClientAsync(string)

Initializes a new CachedDataStoreClient class instance according to the configuration information specified in the client application’s configuration file.

public CachedDataStoreClientAsync(string configName)

Parameters

configName string

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

Methods

CreateChannel()

protected override ICachedDataStoreWarpServiceAsync CreateChannel()

Returns

ICachedDataStoreWarpServiceAsync