BackgroundOperationRunAtIntervals Method

Begins running the operation at given intervals. If a run takes longer than the interval, the next run starts immediately after the previous run.

Definition

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

Parameters

interval  TimeSpan
The interval between consecutive runs.

See Also