![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all. I need to write a application using .net remoting technology. The problem here it that, i need to raise event to client. Image, server do some work and send result to the client when it finished. How can i do it ? Thanks all! |
#3
| |||
| |||
|
|
Hi all. I need to write a application using .net remoting technology. The problem here it that, i need to raise event to client. Image, server do some work and send result to the client when it finished. How can i do it ? Thanks all! |
#4
| |||
| |||
|
|
In order to make events go through remoting, you must open a channel on your client app (port 0 if you don't have any other channel), make your event public and the callback method (the method handling the event) public |
the method run on thread in server process not in client process.
#5
| |||
| |||
|
|
In order to make events go through remoting, you must open a channel on your client app (port 0 if you don't have any other channel), make your event public and the callback method (the method handling the event) public Hi, i had done something like you. The event raise to client (i already do it). But when i execute a method (like Console.writeline("Hello from server") the method run on thread in server process not in clientprocess. It is'nt extractly what i need. Regards! |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |