M-Files Vault Application Framework
C#
Show/Hide TOC
IApplication
Task
Processor
Wait
All Method
Used to await the processing to complete for all the tasks that are being processed via the ProcessTasks() method.
Definition
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
void
WaitAll
()
See Also
Reference
IApplicationTaskProcessor Interface
MFiles.VAF.Common.ApplicationTaskQueue Namespace
In This Article
Definition
See Also