TaskQueueManagerReserveTasksForProcessing Method

Reserve tasks for processing from the server.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected ApplicationTaskInfos ReserveTasksForProcessing(
	Strings queueIds
)

Parameters

queueIds  Strings
Task queues to query.

Return Value

ApplicationTaskInfos
The ApplicationTaskInfos collection. May return null if there are no queue ids to query or in the event of an error in the server request.

See Also