CombineFilesSettingsExecuteTimer Property
Gets the rate a which a rollover check is executed
Time is in milliseconds.
Namespace: SnapDB.Snap.Services.WriterAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public int ExecuteTimer { get; set; }
Public Property ExecuteTimer As Integer
Get
Set
public:
property int ExecuteTimer {
int get ();
void set (int value);
}
function get_ExecuteTimer();
function set_ExecuteTimer(value);
Property Value
Int32
Default is every 60,000 milliseconds.
Must be between 1 second and 10 minutes.
Anything outside this range will substitute for the closest valid value.