EndInvoke
Retrieve result of asynchronous call initiated by .NET System.Delegate BeginInvoke method
Description
retrieves result of asynchronous call initiated by result
= EndInvoke(asyncResult
)BeginInvoke
method
for Microsoft® .NET Framework applications. For information about calling synchronous methods
asynchronously, refer to Microsoft .NET documentation.
Note
For applications using .NET Framework 4.0 and higher, including .NET 5 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.
[
for methods with res0,...,resN
] = EndInvoke(res0,...,resN
,asyncResult
)out
and/or ref
parameters.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2011a