Back to Devexpress

Session.GetObjectsAsync Method

xpo-devexpress-dot-xpo-dot-session-dot-getobjectsasync.md

latest2.5 KB
Original Source

Session.GetObjectsAsync Method

NameParametersDescription
GetObjectsAsync(XPClassInfo, CriteriaOperator, SortingCollection, Int32, Boolean, Boolean, AsyncLoadObjectsCallback)classInfo, criteria, sorting, topSelectedRecords, selectDeleted, force, callbackAsynchronously 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, cancellationTokenAsynchronously 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, callbackAsynchronously 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, cancellationTokenAsynchronously retrieves persistent objects from specified queries.
GetObjectsAsync(ObjectsQuery[], AsyncLoadObjectsCallback)queries, callbackAsynchronously gets a collection of persistent objects that match the specified criteria and notifies upon completion.
GetObjectsAsync(ObjectsQuery[], CancellationToken)queries, cancellationTokenAsynchronously retrieves persistent objects obtained from specified queries.