I have some problems with the Connection Pool and I know that using a PerformanceCounter I can get several information about it, here the documentation
http://msdn.microsoft.com/en-us/library/ms254503(v=vs.100).aspx
But since a pool is create for every different connectionstring I use, I do not understand how to use for example NumberOfPooledConnections that returns a generic number of pooled connection.
So, how should I use it? Can I retrieve the specific connectionstring of the performancecounter??
Thank you,
Marco
Performance counter is just a counter –
NumberOfPooledConnectionsis just number, it is not list or array of connections.