Skip to main content
.NET 6.0+

Session.GetObjectsAsync Method

Name Parameters Description
GetObjectsAsync(XPClassInfo, CriteriaOperator, SortingCollection, Int32, Boolean, Boolean, AsyncLoadObjectsCallback) classInfo, criteria, sorting, topSelectedRecords, selectDeleted, force, callback Asynchronously gets a collection of persistent objects that match the specified criteria and notifies upon completion.
GetObjectsAsync(XPClassInfo, CriteriaOperator, SortingCollection, Int32, Boolean, Boolean, CancellationToken) classInfo, criteria, sorting, topSelectedRecords, selectDeleted, force, cancellationToken Asynchronously retrieves persistent objects, according to specific criteria, and notifies upon completion.
GetObjectsAsync(XPClassInfo, CriteriaOperator, SortingCollection, Int32, Int32, Boolean, Boolean, AsyncLoadObjectsCallback) classInfo, criteria, sorting, skipSelectedRecords, topSelectedRecords, selectDeleted, force, callback Asynchronously gets a collection of persistent objects that match the specified criteria and notifies upon completion.
GetObjectsAsync(XPClassInfo, CriteriaOperator, SortingCollection, Int32, Int32, Boolean, Boolean, CancellationToken) classInfo, criteria, sorting, skipSelectedRecords, topSelectedRecords, selectDeleted, force, cancellationToken Asynchronously retrieves persistent objects from specified queries.
GetObjectsAsync(ObjectsQuery[], AsyncLoadObjectsCallback) queries, callback Asynchronously gets a collection of persistent objects that match the specified criteria and notifies upon completion.
GetObjectsAsync(ObjectsQuery[], CancellationToken) queries, cancellationToken Asynchronously retrieves persistent objects obtained from specified queries.