How do we call methods in remoting Asynchronously in .NET?

Options
- By using Delegates
- By using NEW keyword
- By using pointer
- By using Non-default constructors


CORRECT ANSWER : By using Delegates

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement