TaskQueueAdministratorTaskFilter 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#
public delegate bool TaskFilter(
	ApplicationTask appTask
)

Parameters

appTask  ApplicationTask
Task Info.

Return Value

Boolean
True when the task matches the filter.

See Also