C# 클래스 TestIntelReporter.UpdateCheck

상속: System.ComponentModel.Component
파일 보기 프로젝트 열기: EtherealWake/test-intel 1 사용 예제들

Private Properties

프로퍼티 타입 설명
timer_Elapsed void

공개 메소드들

메소드 설명
Start ( ) : void

Starts checking for updates. Begins a background check immediately.

Stop ( ) : void

Terminates checking for updates.

UpdateCheck ( ) : System

Initializes a new instance of the UpdateCheck class.

UpdateCheck ( IContainer container ) : System

Initializes a new instance of the UpdateCheck class with the specified container.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

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

Called periodically by timer to download the version list and check for updates.

메소드 상세

Dispose() 보호된 메소드

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

Start() 공개 메소드

Starts checking for updates. Begins a background check immediately.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Terminates checking for updates.
public Stop ( ) : void
리턴 void

UpdateCheck() 공개 메소드

Initializes a new instance of the UpdateCheck class.
public UpdateCheck ( ) : System
리턴 System

UpdateCheck() 공개 메소드

Initializes a new instance of the UpdateCheck class with the specified container.
public UpdateCheck ( IContainer container ) : System
container IContainer
리턴 System