xpo-devexpress-dot-xpo-2ba9cd1c.md
Declares asynchronous methods for an object access layer.
Namespace : DevExpress.Xpo
Assembly : DevExpress.Xpo.v25.2.dll
NuGet Package : DevExpress.Xpo
public interface IObjectLayerAsync
Public Interface IObjectLayerAsync
The following classes implement the IObjectLayerAsync interface:
DevExpress.Xpo.SessionObjectLayer - An object access layer that saves and loads persistent objects via a parent Session or UnitOfWork.See Also