Kjs.AppLife.Update.Web Namespace

Kjs.AppLife.Update.Web Hierarchy

Classes

Class

Description

ControllerStatus

Contains information that defines the status of the update controller.

KjsWebUpdateExchanger

This class is used to remote the update execution information to the update engine.

OperationStatus

Contains information that defines the status of an operation.

UpdateInformation

Contains information about an update available for download or installation.

WebUpdateController

This Web control acts as an interface to the UpdateController. Many of its properties mirror those exposed by an AppLife UpdateController. Each WebUpdateController with the same ApplicationId on the same server interacts with the same proxy updater. The WebUpdateController’s methods are used to control the proxy updater.

WebUpdateDisplay

This Web control is a user interface for a WebUpdateController. It provides buttons (optionally) that the user can use to check for, download, apply an update, or cancel the current operation, and displays the current status of its associated WebUpdateController, including failed operations. The display control is optional. You could choose to interact with a WebUpdateController control directly from your web form.

WebUpdatePostbackDisplay

Displays information about an associated WebUpdateController. Uses AJAX extensions to refresh update checking and downloading information without full postbacks.

Enumerations

Enumeration

Description

ControllerOperation

Defines the possible operations that an update controller can be performing.

ControllerUpdateState

Defines the possible states for a controller's update information.

OperationState

Defines the possible states for an operation performed by a controller.

UpdateElevationType

Defines the possible levels of elevation for an update.

See Also

Kjs.AppLife.Update.Web Assembly