EventTimerEnabled Property

Gets or sets a value indicating whether the timer is enabled.

Definition

Namespace: SnapDB.Threading
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool Enabled { get; set; }

Property Value

Boolean

Remarks

When setting to true, it starts the timer; when setting to false, it stops the timer.

See Also