TaskProcessorBaseTSettingsAllowNewTaskRequests(Boolean) Method

This will update the allow new task requests getter method AllowNewTaskRequests. Note that this may or may not actually change the value, since multiple requests may be required to actually toggle the value since it may be used in multiple threads.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void AllowNewTaskRequests(
	bool allowNewRequests
)

Parameters

allowNewRequests  Boolean
Flag to enable or disable new task requests.

See Also