TestimoX

API Reference

Enum

WindowsUpdateServerSelection

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

Represents the update service that a Windows Update Agent searcher should query.

Inheritance

  • Enum
  • WindowsUpdateServerSelection

Values

public const WindowsUpdateServerSelection Default #

Use the default update service configured for the computer.

Value: 0
public const WindowsUpdateServerSelection ManagedServer #

Use the managed server such as WSUS.

Value: 1
public const WindowsUpdateServerSelection WindowsUpdate #

Use the public Windows Update service.

Value: 2
public const WindowsUpdateServerSelection Others #

Use another update service identified by ServiceId.

Value: 3