Condividi tramite


WebAssemblyJSRuntime.BeginInvokeJS Metodo

Definizione

Overload

BeginInvokeJS(Int64, String, String)

Avvia una chiamata di funzione asincrona.

BeginInvokeJS(Int64, String, String, JSCallResultType, Int64)

Avvia una chiamata di funzione asincrona.

BeginInvokeJS(Int64, String, String)

Origine:
WebAssemblyJSRuntime.cs

Avvia una chiamata di funzione asincrona.

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)

Parametri

asyncHandle
Int64
identifier
String

Identificatore della funzione da richiamare.

argsJson
String

Rappresentazione JSON degli argomenti.

Si applica a

BeginInvokeJS(Int64, String, String, JSCallResultType, Int64)

Origine:
WebAssemblyJSRuntime.cs
Origine:
WebAssemblyJSRuntime.cs
Origine:
WebAssemblyJSRuntime.cs
Origine:
WebAssemblyJSRuntime.cs
Origine:
WebAssemblyJSRuntime.cs

Avvia una chiamata di funzione asincrona.

protected override void BeginInvokeJS (long asyncHandle, string identifier, string argsJson, Microsoft.JSInterop.JSCallResultType resultType, long targetInstanceId);
protected override void BeginInvokeJS (long asyncHandle, string identifier, string? argsJson, Microsoft.JSInterop.JSCallResultType resultType, long targetInstanceId);
override this.BeginInvokeJS : int64 * string * string * Microsoft.JSInterop.JSCallResultType * int64 -> unit
Protected Overrides Sub BeginInvokeJS (asyncHandle As Long, identifier As String, argsJson As String, resultType As JSCallResultType, targetInstanceId As Long)

Parametri

asyncHandle
Int64
identifier
String

Identificatore della funzione da richiamare.

argsJson
String

Rappresentazione JSON degli argomenti.

resultType
JSCallResultType

Tipo di risultato previsto dalla chiamata.

targetInstanceId
Int64

ID istanza dell'oggetto JS di destinazione.

Si applica a