How can we call methods in remoting Asynchronously

Q

How can we call methods in remoting Asynchronously

✍: Guest

A

All previous examples are a synchronous method calls that means client has to wait until the method completes the process. By using Delegates we can make Asynchronous method calls.

2007-10-23, 4779👍, 0💬