C# Класс Nexus.Client.Updating.ProgrammeUpdater

Updates the programme.
Наследование: UpdaterBase
Показать файл Открыть проект

Открытые методы

Метод Описание
ProgrammeUpdater ( IEnvironmentInfo p_eifEnvironmentInfo, bool p_booIsAutoCheck ) : System

A simple constructor that initializes the object with the given values.

Update ( ) : bool

Performs the update.

Приватные методы

Метод Описание
CancelUpdate ( ) : bool

Cancels the update.

This is a convience method that allows the setting of the message and the determination of the return value in one call.

GetNewProgrammeVersion ( string &p_strDownloadUri ) : System.Version

Gets the newest available programme version.

Описание методов

ProgrammeUpdater() публичный Метод

A simple constructor that initializes the object with the given values.
public ProgrammeUpdater ( IEnvironmentInfo p_eifEnvironmentInfo, bool p_booIsAutoCheck ) : System
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_booIsAutoCheck bool Whether the check is automatic or user requested.
Результат System

Update() публичный Метод

Performs the update.
public Update ( ) : bool
Результат bool