TaskQueueManagerWaitAll(TimeSpan) Method

Waits for all Tasks that are still Running to complete.

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void WaitAll(
	TimeSpan timeout
)

Parameters

timeout  TimeSpan
Timespan to wait for the tasks.

See Also