Click or drag to resize
PMServiceGetAllServices Method
Gets a collection of all active services

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

Return Value

Type: IEnumerablePMService
An enumerable list of services
See Also