M-Files Vault Application Framework
C#
Show/Hide TOC
Background
Operation
Interval Property
The interval between runs, when the operation is recurring. Only available when the operation is recurring.
Definition
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
TimeSpan
?
Interval
{
get
; }
Property Value
Nullable
TimeSpan
See Also
Reference
BackgroundOperation Class
MFiles.VAF.Common Namespace
In This Article
Definition
See Also