C# 클래스 Tp.Integration.Ide.VisualStudio.Services.IdleTracker

Monitors when a user is idle, i.e he/she does not use computer, i.e. when screen saver is running, or when desktop is locked, or when keyboard or mouse is not used for some time.
상속: IDisposable
파일 보기 프로젝트 열기: TargetProcess/Tp.Integration.Ide.VisualStudio

공개 메소드들

메소드 설명
Dispose ( ) : void
Dispose ( bool disposing ) : void
IdleTracker ( int pollInterval, int notifyInterval ) : System

Creates new IdleTracker instance.

비공개 메소드들

메소드 설명
TimerElapsed ( object sender, System.Timers.ElapsedEventArgs ev ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

IdleTracker() 공개 메소드

Creates new IdleTracker instance.
If poll interval is greater than notify interval.
public IdleTracker ( int pollInterval, int notifyInterval ) : System
pollInterval int Poll interval in seconds.
notifyInterval int User idle time interval in seconds.
리턴 System