TestimoX

API Reference

Class

InventoryQueryOptions

Namespace ComputerX.Inventory
Assembly ComputerX
Modifiers sealed

Options controlling host inventory queries (scope, timeout, parallelism).

Inheritance

  • Object
  • InventoryQueryOptions

Constructors

Properties

public Int32 MaxConcurrency { get; set; } #

Maximum parallel queries when collecting many hosts.

public TimeSpan Timeout { get; set; } #

Per-query timeout applied to WMI/registry calls.

public InventorySections Sections { get; set; } #

Sections to collect (bit flags).