Back to Devexpress

IObjectSpaceAsync Interface

expressappframework-devexpress-dot-expressapp-136a9d71.md

latest1.5 KB
Original Source

IObjectSpaceAsync Interface

Declares asynchronous methods implemented by an Object Space.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IObjectSpaceAsync
vb
Public Interface IObjectSpaceAsync

Remarks

The XPObjectSpace class implements synchronous IObjectSpace‘s and asynchronous IObjectSpaceAsync‘s methods. Refer to the descriptions of IObjectSpaceAsync ‘s methods to learn how to use them. These asynchronous methods allow you to execute database operations and await completion without blocking application code execution.

See Also

BaseObjectSpace

IObjectSpaceAsync Members

DevExpress.ExpressApp Namespace