[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

[Remoting] Async process anyone ?

Lloyd Dupont

10/27/2003 9:51:00 AM

I'm implementing my own custom channel from the ground up. starting with the
interface and then everything is of my own design.

I have a real problem with the IMessageSink interface.
what is this method
IMessageCtrl AsyncProcessMessage(IMessage msg, IMessageSink reply);
supposed to do ?

it doesn't return any IAsyncResult, doesn't have any callback argument and
didn't specify any particulary usefull interface for the reply sink.
how am I supposed to deliver the answer of the async call ?


I suppose the reply should be get from the reply sink, but it's an opaque
interface, how could I put the result in it ????