TaskQueueManagerEnableTaskPolling Method
Enables or disables the task queue polling. By default the polling is
enabled and starts when the first queue gets opened.
Namespace: MFiles.VAF.Common.ApplicationTaskQueueAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
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.