M-Files Vault Application Framework
C#
Show/Hide TOC
App
Task
Batch
Processor
Wait
All Method
Waits indefinitely (or until this cancellation token for this processor has the cancellation requested) for all child tasks to exit.
Definition
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
override
void
WaitAll
()
Implements
IApplicationTaskProcessor
WaitAll
See Also
Reference
AppTaskBatchProcessor Class
WaitAll Overload
MFiles.VAF.MultiserverMode Namespace
In This Article
Definition
See Also