AppTaskBatchProcessorCancelAll(Int32) Method

Allows canceling with a cancellation delay.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void CancelAll(
	int cancellationDelayMs
)

Parameters

cancellationDelayMs  Int32
Milliseconds to delay before requesting cancellation.

See Also