| _waitForAllServersToBeReady | () => Promise<void> | |
| addActiveMonitorServer | (a: ActiveMonitorServerParameters) => ActiveMonitorServer | |
| addActivePivotServer | (a: ActivePivotServerParameters) => ActivePivotServer | |
| addContentServer | (a: ContentServerParameters) => ContentServer | |
| addListener | (a: Listener<undefined>, b?: boolean) => RemoveListener | |
| addPortalServer | (a: PortalServerParameters) => PortalServer | |
| ensureContentServer | (a: ActivePivotServerParameters) => ActivePivotServerParameters | |
| getActiveMonitorServer | (a: Url) => ActiveMonitorServer | |
| getActiveMonitorServers | () => ActiveMonitorServer[] | |
| getActivePivotServer | (a: Url) => ActivePivotServer | |
| getActivePivotServers | () => ActivePivotServer[] | |
| getContentServer | (a: Url) => ContentServer | |
| getContentServers | () => ContentServer[] | |
| getPortalServer | (a: Url) => PortalServer | |
| getPortalServers | () => PortalServer[] | |
| getServer | (a: ServerKey, b: Url) => void | ActivePivotServer | ActiveUIActiveMonitorServer | ContentServer | PortalServer | |
| importServersFromContentServer | (a: SavedServerParametersSettings[]) => void | |
| removeActiveMonitorServer | (a: Url) => void | |
| removeActivePivotServer | (a: Url) => void | |
| removeContentServer | (a: Url) => void | |
| removePortalServer | (a: Url) => void | |
| retrieveApplication | (a: Url) => CloudApplication | null | undefined | |
| serversMultiBinding | MultiBinding | |