TestimoX

API Reference

Class

ServiceListQueryResult

Namespace ComputerX.Services
Assembly ComputerX
Modifiers sealed

Service list query result.

Inheritance

  • Object
  • ServiceListQueryResult

Constructors

public ServiceListQueryResult() #

Properties

public String ComputerName { get; set; } #

Computer name that was queried.

public ServiceEngine Engine { get; set; } #

Engine used for query execution.

public IReadOnlyList<String> RequestedServiceNames { get; set; } #

Service names that were requested.

public Int32 Count { get; set; } #

Number of returned service rows.

public Int32 Scanned { get; set; } #

Number of rows scanned before output capping.

public Boolean Truncated { get; set; } #

Whether returned rows were truncated by MaxResults.

public IReadOnlyList<ServiceInfo> Services { get; set; } #

Service rows.