AppTaskBatchProcessorWaitAll(TimeSpan) Method

Waits for all child tasks to exit.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void WaitAll(
	TimeSpan waitDelay
)

Parameters

waitDelay  TimeSpan
Delay to wait before giving up.

See Also