[.NET remoting]how to realize Server call functions which are not serializable in Client's appdomain
- From: Ryanivanka <sarah.hhyy@xxxxxxxxx>
- Date: Tue, 25 Nov 2008 18:02:18 -0800 (PST)
hi,everyone
I have "class Client:Marshalbyrefobject" in client side. and "class
Server:Marshalbyrefobject" in server side.
Ipcserverchannel in both sides, and the connection works well.
my problem is :
In client appdomain, I define a class "ClientTool" using some other
API and class defination which I can not change. So class ClientTool
can not be serialized.
the object of ClientTool has already been generated, one member
function of it is named "dowork".
how can I make this "dowork" called or triggered and works in
ClientTool which already exsits, from Server side?
thank you~
.
- Prev by Date: problem:IPC channel closed immediately after connect
- Next by Date: Calling host AppDomain from new AppDomain
- Previous by thread: problem:IPC channel closed immediately after connect
- Next by thread: Calling host AppDomain from new AppDomain
- Index(es):