G
Guest
After executing RemotingConfiguration.Configure( myConfigFile ) the http
channel is now in use. To terminate this instance I have to shut down the
application, which then frees up the resources taken up by whatever the
configuration file indicated. I'd like to be able to add and remove
instances as I please. For instance, in a gui. Say I've added a remoting
object. Now I want to terminate that remoting object. I want to be able to
right click on it, select terminate, and have it free up that http channel,
etc. How do I terminate that remoting instance?
channel is now in use. To terminate this instance I have to shut down the
application, which then frees up the resources taken up by whatever the
configuration file indicated. I'd like to be able to add and remove
instances as I please. For instance, in a gui. Say I've added a remoting
object. Now I want to terminate that remoting object. I want to be able to
right click on it, select terminate, and have it free up that http channel,
etc. How do I terminate that remoting instance?