IJsObject.InvokeAsync 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.
|
![]() | InvokeAsync<T>(String,Object[]) |
Asynchronously executes the function with the given methodName and the args
in the JavaScript object without blocking the current thread.
|