Discussion:
Query in remoting concept
(too old to reply)
Latha
2008-10-15 12:38:52 UTC
Permalink
Hi All,

I am new to .Net Remoting concept. I am using the TCP Channel for
communication and the service type as "Singleton". In my application,
whenever the client requests to remotable object, It will raise the event to
Host application and then send the corresponding response to client.
All I need now is to broadcast the common information message from
server to all clients without any request. Can I able to raise the event at
Host application to client ? Please help me.

Thanks,
Latha.P
Alejandro Gaio
2008-10-22 18:19:53 UTC
Permalink
It's very tricky to use events in a remoting environment.
Please check the following article which helped me a lot:
http://www.dotnetjunkies.ddj.com/Tutorial/BFB598D4-0CC8-4392-893D-30252E2B3283.dcik
Good luck
Alejandro Gaio
Post by Latha
Hi All,
I am new to .Net Remoting concept. I am using the TCP Channel for
communication and the service type as "Singleton". In my application,
whenever the client requests to remotable object, It will raise the event
to Host application and then send the corresponding response to client.
All I need now is to broadcast the common information message from
server to all clients without any request. Can I able to raise the event
at Host application to client ? Please help me.
Thanks,
Latha.P
Loading...