Processing events in remoting is not complex, but some of the skills need to be explored. It is these techniques that seem to have a strict barrier that makes many people fear, or do not know the so-called, and finally give up the use of the event in remoting. There are also many discussions on this topic and related technologies on the Internet.ArticleThere are also many, unfortunately, many articles are not comprehensive. When I was studying remoting, I was also interested in event processing. After reading relevant books and documents and conducting repeated experiments, I am confident that I can clarify this issue.
Distributed Processing Using remoting TechnologyProgram, Usually includes three parts: Remote Object, server, and client. Therefore, from the event direction, there should be three forms:
1. The server subscribes to client events.
2. The client subscribes to server events
3. The client subscribes to client events.
ExampleCodeDownload:
Remoting event (client fax)
Remoting event (server broadcast)
For the full text, please click: Microsoft. NET remoting series Topic 3: remoting event handling full contact