Idle |
The IdleTimer type exposes the following members.
| Name | Description | |
|---|---|---|
| Container | Gets the IContainer that contains the Component. (Inherited from Component) | |
| Enabled |
Enables or disables the timer.
(Inherited from CustomTimer) | |
| IdleInterval | The time interval of idle in milliseconds (1 second = 1000 milliseconds). When this interval of idle is expired then the Idle event is fired. | |
| IdleIntervalInMinutes | The time interval of idle in minutes. When this interval of idle is expired then the Idle event is fired. | |
| IdleIntervalInSeconds | The time interval of idle in seconds (1 second = 1000 milliseconds). When this interval of idle is expired then the Idle event is fired. | |
| Site | Gets or sets the ISite of the Component. (Inherited from Component) | |
| WarningInterval | The time interval before idle in milliseconds. When this interval is expired then the IdleWarning event is fired. WarningInterval must be lower than IdleInterval. | |
| WarningIntervalInMinutes | The time interval before idle in minutes. When this interval is expired then the IdleWarning event is fired. WarningInterval must be lower than IdleInterval. | |
| WarningIntervalInSeconds | The time interval before idle in seconds. When this interval is expired then the IdleWarning event is fired. WarningInterval must be lower than IdleInterval. |