IJsObjectInvokeAsync Method |
| Name | Description | |
|---|---|---|
| InvokeAsync(String, Object) |
Asynchronously executes the function with the given methodName and the args
in the JavaScript object without blocking the current thread.
| |
| InvokeAsyncT(String, Object) |
Asynchronously executes the function with the given methodName and the args
in the JavaScript object without blocking the current thread.
|