G
Guest
greetings,
I've created a service that is being used as a server, basically i have 1
DLL, one service and one client.
I'm using TcpChannel to talk to the server, so I call the functions directly
from the client to the server.
Now I have a long process that the server will deal when the client
request... is there a way to keep the client informed about the progress?
I wanted to implement a progress bar with percentage, but all the values I
can get is the return of a function on the server....
How can I workaround this problem?
I've created a service that is being used as a server, basically i have 1
DLL, one service and one client.
I'm using TcpChannel to talk to the server, so I call the functions directly
from the client to the server.
Now I have a long process that the server will deal when the client
request... is there a way to keep the client informed about the progress?
I wanted to implement a progress bar with percentage, but all the values I
can get is the return of a function on the server....
How can I workaround this problem?