What are asynchronous callbacks ?

Answer Posted / zafar mohammed ameem

Callbacks are usually the methods which should be invoked
after execution of some method.
Asynchronous Call back is a way of invoking a method
Asynchronously (on a different thread). But before
invocation of method we provide a callback delegate which
refers to the method which should be called after execution
of async method. This method is called call back method.
AsyncCall backs are useful when user intends to execute any
method asynchronously and notify some thing after method is
finshed, without modifying the signature of the method
being called.

Is This Answer Correct ?    17 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is connection pooling and how to enable and disable connection pooling?

714


What are the different types of cookies in asp.net?

754


Does asp.net still recognize the global.asa file?

729


What is smpte vc-1?

769


What kind of programming language is ASP.NET?

819


What are directives in asp.net?

698


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

2584


How to prevent client side validation from the ASP.NET validation controls?

783


What is postback and autopostback in asp.net?

751


Why does my asp.net file have multiple tag with runat=server?

766


what are the security certificates used in webservices?

1724


How can you handle errors in Web API?

815


What are the session management techniques asp net?

749


Write a code for passing ArrayList in Web API?

1255


Describe how passport authentication works.

788