Back to Devexpress

ICachedDataStoreServiceAsync Interface

xpo-devexpress-dot-xpo-dot-db-48b240e5.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Xpo

Declaration

csharp
[ServiceContract]
[XmlSerializerFormat]
public interface ICachedDataStoreServiceAsync :
    ICachedDataStoreService,
    IDataStoreService,
    IDataStoreServiceAsync
vb
<ServiceContract>
<XmlSerializerFormat>
Public Interface ICachedDataStoreServiceAsync
    Inherits ICachedDataStoreService,
             IDataStoreService,
             IDataStoreServiceAsync

Remarks

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

See Also

ICachedDataStoreServiceAsync Members

DevExpress.Xpo.DB Namespace