TestimoX

API Reference

Class

WindowsUpdateCorrelationOptions

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers sealed

Options controlling endpoint/WSUS correlation behavior.

Inheritance

  • Object
  • WindowsUpdateCorrelationOptions

Constructors

public WindowsUpdateCorrelationOptions() #

Properties

public WindowsUpdateProviderMode ProviderMode { get; set; } #

Provider mode used to evaluate Windows Update posture.

public TimeSpan WsusLagWarningAfter { get; set; } #

In hybrid mode, lag threshold after which WSUS is marked warning relative to endpoint freshness. Set to 00:00:00 to disable warning lag checks.

public TimeSpan WsusLagCriticalAfter { get; set; } #

In hybrid mode, lag threshold after which WSUS is marked critical relative to endpoint freshness. Set to 00:00:00 to disable critical lag checks.

public TimeSpan WsusStatusStaleWarningAfter { get; set; } #

In WSUS-only mode, status report age threshold for warning. Set to 00:00:00 to disable warning stale checks.

public TimeSpan WsusStatusStaleCriticalAfter { get; set; } #

In WSUS-only mode, status report age threshold for critical. Set to 00:00:00 to disable critical stale checks.