BackgroundOperationRunOnce(Int32) Method

Runs the operation at once or immediately after the current run is finished.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void RunOnce(
	int maximumRunOnceRequests
)

Parameters

maximumRunOnceRequests  Int32
The run once request will not be made, if there are already more than equal requests to the given maximum.

See Also