User-1204637165 posted
Please I am using ipooledobjectpolicy to manage connections in my web application.
So I create a pool of 10 object with virtual connection to another system.
I do recycle this objects that I created using ipooledobjectpolicy.
Please I would love to konw what wouold happen supposing all this object get disposed. Cos the object that I am recycling are disposable object.
is my ipooledobjectpolicy resource goign to help me create a new set of object supposing the objects that I am recycling no longer exits.
Like if they get disposed for what ever reason so far.