UpdateMode Enum

Definition

Specifies how the application checks for updates.

public enum class UpdateMode
[System.Runtime.InteropServices.ComVisible(false)]
public enum UpdateMode
[<System.Runtime.InteropServices.ComVisible(false)>]
type UpdateMode = 
Public Enum UpdateMode
Inheritance
UpdateMode
Attributes

Fields

Background 0

Check for updates in the background, after the application starts.

Foreground 1

Check for updates in the foreground, before the application starts.

Applies to