Click or drag to resize
PMServiceGetWorkstations Method
Gets a collection of all active services that are running on workstations

Namespace: PM90SettingsAPI
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public static IEnumerable<PMService> GetWorkstations()

Return Value

Type: IEnumerablePMService
An enumerable list of workstations
See Also