TaskQueueManagerEnableTaskPolling Method

Enables or disables the task queue polling. By default the polling is enabled and starts when the first queue gets opened.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void EnableTaskPolling(
	bool enable,
	bool fireNow = false
)

Parameters

enable  Boolean
True if the polling should be enabled.
fireNow  Boolean  (Optional)
If enabled = True, the fireNow flag may be used to fire the timer handler as soon as it is enabled.

See Also