C# Class TestIntelReporter.UpdateCheck

Inheritance: System.ComponentModel.Component
显示文件 Open project: EtherealWake/test-intel Class Usage Examples

Private Properties

Property Type Description
timer_Elapsed void

Public Methods

Method Description
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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

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

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Start() public method

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

Stop() public method

Terminates checking for updates.
public Stop ( ) : void
return void

UpdateCheck() public method

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

UpdateCheck() public method

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