TaskQueueAdministratorFindTasks Method
Searches for tasks that match the passed where filter.
Namespace: MFiles.VAF.Common.ApplicationTaskQueueAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static ApplicationTaskInfos FindTasks(
Vault vault,
string taskQueueIdentifier,
TaskQueueAdministratorTaskFilter whereFilter,
MFTaskState[] states = null,
Strings taskIds = null
)
- vault Vault
- The vault object.
- taskQueueIdentifier String
- Task queue to search.
- whereFilter TaskQueueAdministratorTaskFilter
- Expression that returns true for matching tasks.
- states MFTaskState (Optional)
- Task queue states to query.
- taskIds Strings (Optional)
- Optional explicit task is to search through.
ApplicationTaskInfosCollection of task info matches.