[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

microsoft.public.dotnet.framework.sdk

Re: [Remoting] Async process anyone ?

Lloyd Dupont

10/27/2003 9:59:00 AM

Mystery solved !!!!!
http://www.microsoft.com/mspress/books/sampcha...

"Lloyd Dupont" <net.galador@ld> a écrit dans le message de news:...
> 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 ????
>
>