ICachedDataStoreServiceAsync Interface
Defines a WCF service contract to asynchronously access data stored in cached data stores (objects that implement the ICachedDataStore interface).
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
The CachedDataStoreClientAsyncBase<TContractType> and CachedDataStoreClientAsync classes implement this interface.
See Also