C# Class TestIntelReporter.UpdateCheck

Inheritance: System.ComponentModel.Component
Afficher le fichier Open project: EtherealWake/test-intel Class Usage Examples

Private Properties

Свойство Type Description
timer_Elapsed void

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Start() public méthode

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

Stop() public méthode

Terminates checking for updates.
public Stop ( ) : void
Résultat void

UpdateCheck() public méthode

Initializes a new instance of the UpdateCheck class.
public UpdateCheck ( ) : System
Résultat System

UpdateCheck() public méthode

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