Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

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