BackgroundOperationManagerCancelAllAndWaitForFinish Method

Sends the request for cancelling the background operations and waits for them to finish.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void CancelAllAndWaitForFinish(
	TimeSpan maximumWaitingTime
)

Parameters

maximumWaitingTime  TimeSpan
The maximum waiting time.

See Also