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
Syntaxpublic void RunAtIntervals(
TimeSpan interval
)
Public Sub RunAtIntervals (
interval As TimeSpan
)
public:
void RunAtIntervals(
TimeSpan interval
)
Parameters
- interval
- Type: SystemTimeSpan
The interval between consecutive runs.
See Also