Skip to main content

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

NuGet Package: DevExpress.Xpo

Declaration

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