MonoWebAssemblyJSRuntime.BeginInvokeJS(Int64, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Begins an asynchronous function invocation.
protected:
override void BeginInvokeJS(long asyncHandle, System::String ^ identifier, System::String ^ argsJson);
protected override void BeginInvokeJS (long asyncHandle, string identifier, string argsJson);
override this.BeginInvokeJS : int64 * string * string -> unit
Protected Overrides Sub BeginInvokeJS (asyncHandle As Long, identifier As String, argsJson As String)
Parameters
- asyncHandle
- Int64
- identifier
- String
The identifier for the function to invoke.
- argsJson
- String
A JSON representation of the arguments.