IJsFunction.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.
(Inherited from IJsObject.) |
![]() | InvokeAsync(IJsObject,Object[]) |
Asynchronously executes the function on the given jsObject with the args
without blocking the current thread.
|
![]() | InvokeAsync<T>(IJsObject,Object[]) |
Asynchronously executes the function on the given jsObject with the args
without blocking the current thread.
|