Details
-
New Feature
-
Resolution: Done
-
Major - P3
-
1.3.1
-
None
-
None
Description
I would like to ask to add a method to get all created servers, to allow run-time diagnostics, i.e. obtaining a list of all created servers, then accessing all instances, then checking connection pool limits, etc.
public static void GetAllServers() {
lock (staticLock)
}