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.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public void RunAtIntervals(
TimeSpan interval
)
Parameters
- interval TimeSpan
- The interval between consecutive runs.