Hi all,
Is there anyway of getting the number of active instance of the service I've tried adding a static int counter in the constructor and this works and implemented Idisposable to decrement the counter on the service but the dispose method only gets called when the service host closes?
Is there any native object i can get and see the current instance count?
Any ideas?
Thanks