Hi there,
I see that when I define methods , I have the option to make it Synchronous or Asynchronous. Lets say I make the method async. How do I know on the client side when my method is completed. Is there a specific object or a temporary object I have to poll on ?
Thanks
- Harjit