AsyncPool.addServer

Adds connection string to a SQL server with maximum connections count.

The pool will try to reconnect to the sql server every reconnectTime is connection is dropped (or is down initially).

class AsyncPool
void
addServer
shared
(
string connString
,
size_t connNum
)

Meta