CombineFilesSettingsExecuteTimer Property

Gets the rate a which a rollover check is executed Time is in milliseconds.

Definition

Namespace: SnapDB.Snap.Services.Writer
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public int ExecuteTimer { get; set; }

Property Value

Int32

Remarks

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.

See Also