Class CachedDataStoreClientAsyncBase<TContractType>
- Namespace
- DevExpress.Xpo.DB
- Assembly
- DevExpress.Xpo.v24.1.dll
public class CachedDataStoreClientAsyncBase<TContractType> : DataStoreClientAsyncBase<TContractType>, ICachedDataStoreAsync, ICacheToCacheCommunicationCoreAsync, ICacheToCacheCommunicationCore, IDataStoreAsync, IDataStore, ICachedDataStore, ICommandChannel, ICommandChannelAsync where TContractType : class, ICachedDataStoreWarpServiceAsync
Type Parameters
TContractType
- Inheritance
-
DataStoreClientBase<TContractType>DataStoreClientAsyncBase<TContractType>CachedDataStoreClientAsyncBase<TContractType>
- Implements
-
ICachedDataStoreAsyncICacheToCacheCommunicationCoreAsyncICacheToCacheCommunicationCoreIDataStoreAsyncIDataStoreICachedDataStoreICommandChannelICommandChannelAsync
- Derived
- Inherited Members
-
DataStoreClientAsyncBase<TContractType>.SelectDataAsync(CancellationToken, params SelectStatement[])
Constructors
CachedDataStoreClientAsyncBase(Binding, EndpointAddress)
Initializes a new instance of the CachedDataStoreClientAsyncBase<TContractType> class with specified settings.
public CachedDataStoreClientAsyncBase(Binding binding, EndpointAddress remoteAddress)
Parameters
binding
BindingremoteAddress
EndpointAddress
CachedDataStoreClientAsyncBase(string)
Initializes a new instance of the CachedDataStoreClientAsyncBase<TContractType> class with specified settings.
public CachedDataStoreClientAsyncBase(string configName)
Parameters
configName
string
Methods
HandleCacheToCacheCommunicationException(Exception)
protected virtual bool HandleCacheToCacheCommunicationException(Exception ex)
Parameters
ex
Exception