Skip to main content
All docs
V26.1
  • ICachedDataStoreWarpServiceAsync Interface

    Extends the ICachedDataStoreServiceAsync interface with methods that asynchronously fetch data from a cached data store and compress the result.

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    [ServiceContract]
    [XmlSerializerFormat]
    public interface ICachedDataStoreWarpServiceAsync :
        ICachedDataStoreServiceAsync,
        ICachedDataStoreService,
        IDataStoreService,
        IDataStoreServiceAsync,
        IDataStoreWarpServiceAsync,
        IDataStoreWarpService

    Remarks

    This interface provides methods that help optimize memory consumption and serialization time for the Data Contract Serializer.

    See Also