| Contents | Index |
result = BeginInvoke(arg1,...,argN,callback,object)
result = BeginInvoke(arg1,...,argN,callback,object) initiates asynchronous call to a .NET delegate. You must call EndInvoke to complete the asynchronous call.
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. |
result |
.NET System.IAsyncResult object. Used to monitor the progress of the asynchronous call. Input argument to EndInvoke. |

Explore how to use MATLAB to make advancements in engineering and science.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |