SessionObjectLayer.LoadObjectsAsync(Session, ObjectsQuery[], AsyncLoadObjectsCallback) Method
Performs object layer specific operations that are required to asynchronously load persistent objects using specified settings and notifies upon completion.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public object LoadObjectsAsync(
Session session,
ObjectsQuery[] queries,
AsyncLoadObjectsCallback callback
)
#Parameters
Name | Type | Description |
---|---|---|
session | Session | A Session that is used to load persistent objects. |
queries | Objects |
An array of Objects |
callback | DevExpress. |
An Async |
#Returns
Type | Description |
---|---|
Object | An object identifying the current asynchronous operation, intended for internal use. |