Table of Contents

Class CachedDataStoreClientBase<TContractType>

Namespace
DevExpress.Xpo.DB
Assembly
DevExpress.Xpo.v24.1.dll
public class CachedDataStoreClientBase<TContractType> : DataStoreClientBase<TContractType>, ICachedDataStore, ICacheToCacheCommunicationCore, IDataStore, ICommandChannel where TContractType : class, ICachedDataStoreWarpService

Type Parameters

TContractType
Inheritance
DataStoreClientBase<TContractType>
CachedDataStoreClientBase<TContractType>
Implements
ICachedDataStore
ICacheToCacheCommunicationCore
IDataStore
ICommandChannel
Derived
Inherited Members

Constructors

CachedDataStoreClientBase(Binding, EndpointAddress)

public CachedDataStoreClientBase(Binding binding, EndpointAddress remoteAddress)

Parameters

binding Binding
remoteAddress EndpointAddress

CachedDataStoreClientBase(string)

public CachedDataStoreClientBase(string configName)

Parameters

configName string

Methods

HandleCacheToCacheCommunicationException(Exception)

protected virtual bool HandleCacheToCacheCommunicationException(Exception ex)

Parameters

ex Exception

Returns

bool