TestimoX

API Reference

Enum

WindowsUpdateHistoryServerSelection

Namespace ComputerX.Updates
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes the source server used for a Windows Update history entry.

Inheritance

  • Enum
  • WindowsUpdateHistoryServerSelection

Values

public const WindowsUpdateHistoryServerSelection Unknown #

The source could not be determined.

Value: 0
public const WindowsUpdateHistoryServerSelection Default #

Uses the default Windows Update source configuration.

Value: 1
public const WindowsUpdateHistoryServerSelection ManagedServer #

Uses a managed update server such as WSUS.

Value: 2
public const WindowsUpdateHistoryServerSelection WindowsUpdate #

Uses the public Windows Update service.

Value: 3
public const WindowsUpdateHistoryServerSelection Others #

Uses another update source.

Value: 4