Back to Devexpress

Session.FindObjectAsync Method

xpo-devexpress-dot-xpo-dot-session-dot-findobjectasync.md

latest6.6 KB
Original Source

Session.FindObjectAsync Method

NameParametersDescription
FindObjectAsync(XPClassInfo, CriteriaOperator, AsyncFindObjectCallback)classInfo, criteria, callbackAsynchronously searches for the first object which matches the specified criteria, and notifies upon completion.
FindObjectAsync(XPClassInfo, CriteriaOperator, Boolean, AsyncFindObjectCallback)classInfo, criteria, selectDeleted, callbackAsynchronously searches for the first object which matches the specified criteria, and notifies upon completion.
FindObjectAsync(XPClassInfo, CriteriaOperator, Boolean, CancellationToken)classInfo, criteria, selectDeleted, cancellationTokenAsynchronously searches for the first object that matches the specified criteria.
FindObjectAsync(XPClassInfo, CriteriaOperator, CancellationToken)classInfo, criteria, cancellationTokenAsynchronously searches for the first object that matches the specified criteria.
FindObjectAsync(PersistentCriteriaEvaluationBehavior, XPClassInfo, CriteriaOperator, AsyncFindObjectCallback)criteriaEvaluationBehavior, classInfo, criteria, callbackAsynchronously searches for the first object which matches the specified criteria, and notifies upon completion.
FindObjectAsync(PersistentCriteriaEvaluationBehavior, XPClassInfo, CriteriaOperator, Boolean, AsyncFindObjectCallback)criteriaEvaluationBehavior, classInfo, criteria, selectDeleted, callbackAsynchronously searches for the first object which matches the specified criteria, and notifies upon completion.
FindObjectAsync(PersistentCriteriaEvaluationBehavior, XPClassInfo, CriteriaOperator, Boolean, CancellationToken)criteriaEvaluationBehavior, classInfo, criteria, selectDeleted, cancellationTokenAsynchronously searches for the first object that matches the specified criteria.
FindObjectAsync(PersistentCriteriaEvaluationBehavior, Type, CriteriaOperator, CancellationToken)criteriaEvaluationBehavior, objType, criteria, cancellationTokenAsynchronously searches for the first object that matches the specified criteria.
FindObjectAsync(Type, CriteriaOperator, Boolean, CancellationToken)classType, criteria, selectDeleted, cancellationTokenAsynchronously searches for the first object that matches the specified criteria.
FindObjectAsync(Type, CriteriaOperator, CancellationToken)classType, criteria, cancellationTokenAsynchronously searches for the first object that matches the specified criteria.
FindObjectAsync<ClassType>(CriteriaOperator, AsyncFindObjectCallback)criteria, callbackAsynchronously searches for the first object which matches the specified criteria and has the type designated by the generic type parameter, and notifies upon completion.
FindObjectAsync<ClassType>(CriteriaOperator, Boolean, AsyncFindObjectCallback)criteria, selectDeleted, callbackAsynchronously searches for the first object which matches the specified criteria and has the type designated by the generic type parameter, and notifies upon completion.
FindObjectAsync<ClassType>(CriteriaOperator, Boolean, CancellationToken)criteria, selectDeleted, cancellationTokenAsynchronously searches for the first object that matches the specified criteria. This object’s type is designated by the specified generic parameter.
FindObjectAsync<ClassType>(CriteriaOperator, CancellationToken)criteria, cancellationTokenAsynchronously searches for the first object that matches the specified criteria. This object’s type is designated by the specified generic parameter.
FindObjectAsync<ClassType>(PersistentCriteriaEvaluationBehavior, CriteriaOperator, AsyncFindObjectCallback)criteriaEvaluationBehavior, criteria, callbackAsynchronously searches for the first object which matches the specified criteria and has the type designated by the generic type parameter, and notifies upon completion.
FindObjectAsync<ClassType>(PersistentCriteriaEvaluationBehavior, CriteriaOperator, CancellationToken)criteriaEvaluationBehavior, criteria, cancellationTokenAsynchronously searches for the first object that matches the specified criteria. This object’s type is designated by the specified generic parameter.