How can we call methods in remoting Asynchronously ?

Q

.NET INTERVIEW QUESTIONS - 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.

2009-09-01, 4566👍, 0💬