Class ServerManager

The manager of servers that belong to the client.

Example

new ServerManager(client);

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

cache: CacheCollection<string, Server>

This cache of the manager.

client: Client

The client the manager belongs to.

Methods