Access Multiple object using remoting
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, Can anyone tell me how can i configure application to Interact with multiple objects using .Net Remoting.
You need to just do a remote config entry for each object you will be accessing. Then at the client side you will create a single channel and connect to each object as needed using the name you defined in your config. There are 10 kinds of people in the world.
Those that read binary...
...and those who don't. -
You need to just do a remote config entry for each object you will be accessing. Then at the client side you will create a single channel and connect to each object as needed using the name you defined in your config. There are 10 kinds of people in the world.
Those that read binary...
...and those who don't.