Click or drag to resize
PMServiceGetServers Method
Gets a collection of all active services that are running on a Server, or are the Primary Install

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

Return Value

Type: IEnumerablePMService
An enumerable list of servers
See Also