Skip to main content

IDataStoreAsync Interface

In This Article

The interface for objects that need to interact with a data store asynchronously.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public interface IDataStoreAsync :
    IDataStore

#Remarks

The IDataStoreAsync interface declares the methods common to objects that need to interact with a data store.

The DataStoreSerializedBase class and its descendant, DataStoreBase, implement this interface.

See Also