TestimoX

API Reference

Enum

WindowsUpdateClientContextResolutionSource

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

Describes how the effective Windows Update service was resolved for a client context snapshot.

Inheritance

  • Enum
  • WindowsUpdateClientContextResolutionSource

Values

public const WindowsUpdateClientContextResolutionSource Unknown #

The effective service could not be resolved from the available data.

Value: 0
public const WindowsUpdateClientContextResolutionSource SearcherServiceId #

The effective service came directly from the configured WUA searcher ServiceID.

Value: 1
public const WindowsUpdateClientContextResolutionSource ManagedServer #

The effective service was resolved from the managed-server path, such as WSUS.

Value: 2
public const WindowsUpdateClientContextResolutionSource WindowsUpdate #

The effective service was resolved as the Windows Update service.

Value: 3
public const WindowsUpdateClientContextResolutionSource AutomaticUpdatesDefault #

The effective service was resolved from the default Automatic Updates registration.

Value: 4