API Reference
Class
ServiceListQueryResult
Service list query result.
Inheritance
- Object
- ServiceListQueryResult
Constructors
public ServiceListQueryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.