client activated object, Activator.creatInstance

waynetheron

New member
Joined
Jun 29, 2005
Messages
1
Programming Experience
Beginner
Hi

my application is passed a serverlist.txt file and then connects to the servers one at a time. but i have been suck on releasing the chennel. I have read that using a client activated object created with Activator.CreateInstance will allow me to close off channels because my current client activated object is not working(remotingConfiguration.RegisterActivatedClientType). Is using this method of creating the object going to allow me to close a channel/connection and create a new one without getting an error. If so can someone please give me an example of this in vb.net . i have seen some examples of C# but i am still a beginner and not sure of the differences on the languages structures.

many thanks in advance for any assistance/advice/examples

regards
Wayne
 
Back
Top