Click or drag to resize

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.

Namespace:  MFiles.VAF.Common
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public void RunAtIntervals(
	TimeSpan interval
)

Parameters

interval
Type: SystemTimeSpan
The interval between consecutive runs.
See Also