Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| Callback method
|
| Definition
| Method that returns the result of an asynchronous processing call. Most methods are called in a synchronous fashion in which the call returns only after the result of the call is available. An asynchronous method call returns prior to the results: Later, a callback method is called to retrieve the result. Also known as a callback function in the Win32 API.
|
| See also
| Event
|
| This C# Online.NET definition is from the Glossary of .NET / C# Terms.
|