Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
- Parameters
-
method | A delegate to a method that takes parameters of the same number and type that are contained in the args parameter. |
args | An array of objects to pass as arguments to the given method. This can be empty if no arguments are needed. |
- Returns
- An async_result_invoke that represents the result of the begin_invoke(delegate) operation.
Implements xtd::isynchronize_invoke.