* AsyncResult.cs: Added async_callback field and fixed the callback call.
authorLluis Sanchez <lluis@novell.com>
Mon, 19 Jan 2004 13:36:39 +0000 (13:36 -0000)
committerLluis Sanchez <lluis@novell.com>
Mon, 19 Jan 2004 13:36:39 +0000 (13:36 -0000)
commit6d2905a6e69d7f99b22db1af9d688dc4ad7cc999
treea626562f7f8c7eeac57c8cecc8bc82661d65040f
parentb1743778bcae4c26066c7e74e48a50e2b8494cde
* AsyncResult.cs: Added async_callback field and fixed the callback call.
I thought that async_delegate was the callback, but it is not, it is the
delegate upon which the async call was invoked. This fixes bug #53020.
* StackBuilderSink.cs: If the target object is a proxy, make the call
using the Invoke method of the real proxy.

svn path=/trunk/mcs/; revision=22246
mcs/class/corlib/System.Runtime.Remoting.Messaging/AsyncResult.cs
mcs/class/corlib/System.Runtime.Remoting.Messaging/ChangeLog
mcs/class/corlib/System.Runtime.Remoting.Messaging/StackBuilderSink.cs