AppTaskBatchProcessorCancelAll(TimeSpan) Method

Allows canceling with a timespan delay.

Definition

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

Parameters

cancellationDelay  TimeSpan
The delay before requesting cancellation.

See Also