ZylIdleTimer is .NET namespace, which lets you to take actions after a specified system-wide (related to the whole system) idle time or to check the time interval of user inactivity.
Namespace hierarchy
Classes
| Class |
Description |
|
CustomTimer
|
Thread based Timer class. |
|
IdleTimer
|
IdleTimer helps you to take actions after a specified system-wide (related to the whole system) idle time or to check the time interval of user inactivity. |
Delegates
| Delegate |
Description |
|
IdleEventHandler
|
Represents the method that will handle the Idle event of the timer. |
|
ResumeEventHandler
|
Represents the method that will handle the Resume event of the timer. |
|
StoppedEventHandler
|
Represents the method that will handle the Stopped event of the timer. |
|
TickEventHandler
|
Represents the method that will handle the Tick event of the timer. |