TaskQueueAdministratorTaskFilter Delegate |
Delegate type used to filter tasks in a where clause.
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic delegate bool TaskFilter(
ApplicationTask appTask
)
Public Delegate Function TaskFilter (
appTask As ApplicationTask
) As Boolean
public delegate bool TaskFilter(
ApplicationTask^ appTask
)
Parameters
- appTask
- Type: MFiles.VAF.Common.ApplicationTaskQueueApplicationTask
Task Info.
Return Value
Type:
BooleanTrue when the task matches the filter.
See Also