TaskQueueAdministratorGetTasksFromQueue Method

Resolves the tasks in the specified queue / states.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static ApplicationTaskInfos GetTasksFromQueue(
	Vault vault,
	string queueId,
	MFTaskState[] states
)

Parameters

vault  Vault
The vault object.
queueId  String
Queue id to query.
states  MFTaskState
Tasks in the specified States will be returned.

Return Value

ApplicationTaskInfos
Collection of Tasks.

See Also