TaskQueueManagerWaitAll Method (TimeSpan) |
Waits for all Tasks that are still Running to complete.
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void WaitAll(
TimeSpan timeout
)
Public Sub WaitAll (
timeout As TimeSpan
)
public:
void WaitAll(
TimeSpan timeout
)
Parameters
- timeout
- Type: SystemTimeSpan
Timespan to wait for the tasks.
See Also