AppTaskBatchProcessorWaitAll(Int32) 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(
	int waitDelayMs
)

Parameters

waitDelayMs  Int32
Delay in milliseconds to wait before giving up.

See Also