Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Dispose ( bool disposing ) : void | ||
IdleTracker ( int pollInterval, int notifyInterval ) : System |
Creates new IdleTracker instance.
|
Method | Description | |
---|---|---|
TimerElapsed ( object sender, System.Timers.ElapsedEventArgs ev ) : void |
public IdleTracker ( int pollInterval, int notifyInterval ) : System | ||
pollInterval | int | Poll interval in seconds. |
notifyInterval | int | User idle time interval in seconds. |
return | System |