How can we call methods in remoting Asynchronously ?

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