M-Files Vault Application Framework
C#
Show/Hide TOC
App
Task
Batch
Processor
Can
Accept
New
Tasks Method
Function used to determine if the application task processor can accept any new tasks.
Definition
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
override
bool
CanAcceptNewTasks
()
Return Value
Boolean
True, when the processor can accept new tasks.
Implements
IApplicationTaskProcessor
CanAcceptNewTasks
See Also
Reference
AppTaskBatchProcessor Class
MFiles.VAF.MultiserverMode Namespace
In This Article
Definition
Return Value
Implements
See Also