dot net remoting Events
-
-
hi all i want to make a remoting applications in which i have some events which i want to handle on my clients,but i dont know how to register events on my clients, any example code, ane help will be highly appreciated, thanks in advance
hello
I know this is not the answer you are looking for but when dealing with remoting then keep it simple and stick to method calls only over the network ... using Events with remoting is very sticky bizz. There's a whole lot of issues that make event handling with remoting a bitch. A way to simunate it is to have an event at both ends ... so a remote call triggers an event .. But if you really really really wants to use events (the whole u have to seriealze everything sent over the network nightmare .. :wtf: ) Search the remoting section here on Codeproject .... there's no perfect solution. :sigh: