Skip to main content

IDataStoreWarpServiceAsync Interface

Extends the IDataStoreServiceAsync interface with methods that fetch data from a data store and compress the result.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[ServiceContract]
[XmlSerializerFormat]
public interface IDataStoreWarpServiceAsync :
    IDataStoreServiceAsync,
    IDataStoreService,
    IDataStoreWarpService
See Also