Class DataStoreClient
- Namespace
- DevExpress.Xpo.DB
- Assembly
- DevExpress.Xpo.v24.1.dll
A data store provider (an DevExpress.Xpo.DB.IDataStore implementation) for client applications transferring data via WCF.
public class DataStoreClient : DataStoreClientBase<IDataStoreWarpService>, IDataStore, ICommandChannel
- Inheritance
-
DataStoreClient
- Implements
-
IDataStoreICommandChannel
- Inherited Members
Constructors
DataStoreClient(Binding, EndpointAddress)
Initializes a new instance of the DataStoreClient class with specified settings.
public DataStoreClient(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.
DataStoreClient(string)
Initializes a new instance of the DataStoreClient class using the configuration information specified in the client application’s configuration file by confName.
public DataStoreClient(string configName)
Parameters
configName
stringThe name of the endpoint in the client application’s configuration file.
Methods
CreateChannel()
protected override IDataStoreWarpService CreateChannel()