Session.GetObjectsAsync(ObjectsQuery[], AsyncLoadObjectsCallback) Method
Asynchronously gets a collection of persistent objects that match the specified criteria and notifies upon completion.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public virtual object GetObjectsAsync(
ObjectsQuery[] queries,
AsyncLoadObjectsCallback callback
)
#Parameters
Name | Type | Description |
---|---|---|
queries | Objects |
The search queries. |
callback | DevExpress. |
A DevExpress. |
#Returns
Type | Description |
---|---|
Object | An object identifying the current asynchronous operation, intended for internal use. |
#Remarks
This member supports the internal infrastructure and is not intended to be used directly from your code. To asynchronously get objects from a session, call the LoadAsync method of the XPCollection or XPView component.