TestimoX

API Reference

Class

WindowsUpdateWsusSummaryRiskResult

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers sealed

WSUS update-summary risk evaluation result.

Inheritance

  • Object
  • WindowsUpdateWsusSummaryRiskResult

Constructors

public WindowsUpdateWsusSummaryRiskResult() #

Properties

public WindowsUpdateWsusSummaryRiskState State { get; set; } #

Evaluated state.

public Boolean Warning { get; set; } #

True when warning-level thresholds were exceeded.

public Boolean Critical { get; set; } #

True when critical-level thresholds were exceeded.

public Boolean UsedApprovedInstallCounters { get; set; } #

True when per-update approved-install counters were used.

public Int32 NotInstalledCount { get; set; } #

Not-installed update count used for evaluation.

public Int32 PendingRebootCount { get; set; } #

Installed-pending-reboot update count used for evaluation.

public Int32 FailedCount { get; set; } #

Failed update count used for evaluation.

public String Summary { get; set; } #

One-line summary string.