When present, this add-on will be executed stand-alone without a webpage periodically at this interval (in minutes).
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property ProcessInterval As String |
C# |
---|
public abstract string ProcessInterval { get; } |
C++ |
---|
public abstract property string ProcessInterval abstract { String get(); } |
J# |
---|
/** property */ public string get_ProcessInterval(); |
JScript |
---|
public function get ProcessInterval() : String |