Back to Devexpress

IDataStoreServiceAsync Interface

xpo-devexpress-dot-xpo-dot-db-ac4f875f.md

latest1.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[ServiceContract]
[XmlSerializerFormat]
public interface IDataStoreServiceAsync :
    IDataStoreService
vb
<ServiceContract>
<XmlSerializerFormat>
Public Interface IDataStoreServiceAsync
    Inherits IDataStoreService

See Also

IDataStoreServiceAsync Members

DevExpress.Xpo.DB Namespace