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
-
IDataStoreAsyncIDataStoreICommandChannelAsyncICommandChannel
- Inherited Members
Constructors
DataStoreClientAsync(Binding, EndpointAddress)
Initializes a new DataStoreClientAsync class instance with specified settings.
public DataStoreClientAsync(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
EndpointAddressA 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
stringThe endpoint name in the client application’s configuration file.
Methods
CreateChannel()
protected override IDataStoreWarpServiceAsync CreateChannel()