GetServers(bool includeInactive) Method

Returns information about all of the servers defined in the application.

Syntax

public static IEnumerable<SDK.ServerInfo> GetServers(bool includeInactive)

Parameters

includeInactive
Type: bool

Value indicating whether inactive servers should be included in the results.

Returns

All servers.