M-Files Vault Application Framework
C#
Show/Hide TOC
Task
Queue
Administrator
Task
Filter Delegate
Delegate type used to filter tasks in a where clause.
Definition
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
delegate
bool
TaskFilter
(
ApplicationTask
appTask
)
Parameters
appTask
ApplicationTask
Task Info.
Return Value
Boolean
True when the task matches the filter.
See Also
Reference
MFiles.VAF.Common.ApplicationTaskQueue Namespace
In This Article
Definition
Parameters
Return Value
See Also