Glossary:Definition - Callback method

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
 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.

Glossary of .NET / C# Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
edit

Personal tools