TaskProcessorBaseTSettingsAllowNewTaskRequests Method (Boolean) |
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.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void AllowNewTaskRequests(
bool allowNewRequests
)
Public Sub AllowNewTaskRequests (
allowNewRequests As Boolean
)
public:
void AllowNewTaskRequests(
bool allowNewRequests
)
Parameters
- allowNewRequests
- Type: SystemBoolean
Flag to enable or disable new task requests.
See Also