Passing data from sink to remote object -
09-27-2006
, 12:07 PM
Hello
I've created a sink channel (.net remoting) on server side and I receive a
data from client in LogicalCallContext. It works well, but now I have to
pass some of data to a method (which is called) in a remote object.
And the question is: how ??
Another words:
How to pass a variable from ProcessMessage() method to a remote object's
method.
Regards
Andrew |