Skip to main content
A newer version of this page is available. .

IDataStoreServiceAsync Interface

Defines a WCF service contract to asynchronously access data via data store providers (objects that implement the IDataStoreAsync interface).

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[ServiceContract]
[XmlSerializerFormat]
public interface IDataStoreServiceAsync :
    IDataStoreService
See Also