Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[ServiceContract]
[XmlSerializerFormat]
public interface ICachedDataStoreServiceAsync :
    ICachedDataStoreService,
    IDataStoreService,
    IDataStoreServiceAsync

Remarks

The CachedDataStoreClientAsyncBase<TContractType> and CachedDataStoreClientAsync classes implement this interface.

See Also