C# Polling Default Pool Connections
Problem this snippet solves: This C# application will display the current connections for all of the default pools. There was found to be too much overhead when sending in the list of all pools, som...
Published Mar 07, 2015
Version 1.0Steffen_Beach_8
Nimbostratus
Joined October 30, 2009
Steffen_Beach_8
Nimbostratus
Joined October 30, 2009
Kochav
Sep 01, 2015Nimbostratus
Thank you for this snippet but when I tried to run this code, and it get to the of getting the statistics "LocalLBPool.get_statistics(poolBatch)" it break and raise an exception "System.InvalidOperationException was unhandled" HResult=-2146233079 Message=There is an error in XML document (232, 79). Source=System.Xml
do you know why?