TaskProcessorBaseTSettingsCanAcceptNewTasks Method |
Used to determine if the task processor is able to receive new tasks for processing.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic abstract bool CanAcceptNewTasks()
Public MustOverride Function CanAcceptNewTasks As Boolean
public:
virtual bool CanAcceptNewTasks() abstract
Return Value
Type:
BooleanTrue when new tasks can be accepted for processing.
Implements
IApplicationTaskProcessorCanAcceptNewTasks
See Also