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
-
ICachedDataStoreAsyncICacheToCacheCommunicationCoreAsyncICacheToCacheCommunicationCoreIDataStoreAsyncIDataStoreICachedDataStoreICommandChannelICommandChannelAsync
- Inherited Members
Constructors
CachedDataStoreClientAsync(Binding, EndpointAddress)
Initializes a new CachedDataStoreClient class instance with specified settings.
public CachedDataStoreClientAsync(Binding binding, EndpointAddress remoteAddress)
Parameters
binding
BindingA System.ServiceModel.Channels.Binding object that specifies binding elements. The client uses these binding elements to communicate with a service.
remoteAddress
EndpointAddressThe 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
stringThe name of the endpoint in the client application’s configuration file.
Methods
CreateChannel()
protected override ICachedDataStoreWarpServiceAsync CreateChannel()