Skip to Main Content Skip to Search
Product Documentation

BeginInvoke - Initiate asynchronous .NET delegate call

Syntax

result = BeginInvoke(arg1,...,argN,callback,object)

Description

result = BeginInvoke(arg1,...,argN,callback,object) initiates asynchronous call to a .NET delegate. You must call EndInvoke to complete the asynchronous call.

Input Arguments

arg1,...,argN

Input arguments for delegate. The type and number of arguments must agree with the delegate signature.

callback

.NET System.AsyncCallback delegate, or [] null value.

object

User-defined object, or [] null value.

Output Arguments

result

.NET System.IAsyncResult object. Used to monitor the progress of the asynchronous call. Input argument to EndInvoke.

See Also

EndInvoke

How To

Related Links

  


Free MATLAB Interactive Kit

Explore how to use MATLAB to make advancements in engineering and science.


Download free kit

Trials Available

Try the latest version of MATLAB and other MathWorks products.


Get trial software
 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS