What are asynchronous callbacks in .net?
It means that a call is made from a Main Program to a .net Class’s method and the program continues execution. When the callback is made ( means the method has finished its work and returns value) , the Main program handles it.
No comments:
Post a Comment