C# Класс TestIntelReporter.UpdateCheck

Наследование: System.ComponentModel.Component
Показать файл Открыть проект Примеры использования класса

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