TestimoX

API Reference

Class

WindowsUpdateServiceQuery

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers static

Queries registered Windows Update services through the WUA COM API.

Inheritance

  • Object
  • WindowsUpdateServiceQuery

Methods

public static IReadOnlyList<WindowsUpdateServiceInfo> Get(String computerName = null, WindowsUpdateServiceQueryOptions options = null) #
Returns: IReadOnlyList<WindowsUpdateServiceInfo>

Retrieves registered Windows Update services for the specified computer.

Parameters

computerName System.String = null optionalposition: 0
Target computer name. Local aliases are normalized automatically.
options ComputerX.Updates.WindowsUpdateServiceQueryOptions = null optionalposition: 1
Optional service filters.

Returns

Registered update services or a single error row when collection fails.