Main Content
BeginInvoke
Initiate asynchronous .NET delegate call
Description
initiates asynchronous call to a .NET delegate for Microsoft® .NET Framework applications. You must call result
= BeginInvoke(arg1,...,argN
,callback
,object
)EndInvoke
to complete the
asynchronous call. For information about calling synchronous methods asynchronously, refer
to Microsoft .NET documentation.
Note
For applications using .NET Framework 4.0 and higher, including .NET 6 and .NET Core
and later versions, use task-based APIs such as System.Threading.Tasks
. For more information, see the
Microsoft article Task-based asynchronous pattern (TAP) in .NET.
Input Arguments
Output Arguments
Version History
Introduced in R2011a