Class CachedDataStoreClient
- Namespace
- DevExpress.Xpo.DB
- Assembly
- DevExpress.Xpo.v24.1.dll
A cached data store provider (an DevExpress.Xpo.DB.ICachedDataStore implementation) for client applications transferring data via WCF.
public class CachedDataStoreClient : CachedDataStoreClientBase<ICachedDataStoreWarpService>, ICachedDataStore, ICacheToCacheCommunicationCore, IDataStore, ICommandChannel
- Inheritance
-
CachedDataStoreClient
- Implements
-
ICachedDataStoreICacheToCacheCommunicationCoreIDataStoreICommandChannel
- Inherited Members
Constructors
CachedDataStoreClient(Binding, EndpointAddress)
Initializes a new instance of the CachedDataStoreClient class with specified settings.
public CachedDataStoreClient(Binding binding, EndpointAddress remoteAddress)
Parameters
binding
BindingA System.ServiceModel.Channels.Binding object specifying binding elements used for communication between the client and a service.
remoteAddress
EndpointAddressA System.ServiceModel.EndpointAddress object specifying a unique network address that the client uses to communicate with a service endpoint.
CachedDataStoreClient(string)
Initializes a new instance of the CachedDataStoreClient class using the configuration information specified in the client application’s configuration file by confName.
public CachedDataStoreClient(string configName)
Parameters
configName
stringThe name of the endpoint in the client application’s configuration file.
Methods
CreateChannel()
protected override ICachedDataStoreWarpService CreateChannel()