Skip to main content
A newer version of this page is available. .

IDataStoreAsync Interface

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v19.2.dll

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