JSRuntime.BeginInvokeJS Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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:
- JSRuntime.cs
- Origine:
- JSRuntime.cs
- Origine:
- JSRuntime.cs
- Origine:
- JSRuntime.cs
- Origine:
- JSRuntime.cs
- Origine:
- JSRuntime.cs
- Origine:
- JSRuntime.cs
Avvia una chiamata di funzione asincrona.
protected:
abstract void BeginInvokeJS(long taskId, System::String ^ identifier, System::String ^ argsJson);
protected:
virtual void BeginInvokeJS(long taskId, System::String ^ identifier, System::String ^ argsJson);
protected abstract void BeginInvokeJS (long taskId, string identifier, string argsJson);
protected virtual void BeginInvokeJS (long taskId, string identifier, string? argsJson);
abstract member BeginInvokeJS : int64 * string * string -> unit
abstract member BeginInvokeJS : int64 * string * string -> unit
override this.BeginInvokeJS : int64 * string * string -> unit
Protected MustOverride Sub BeginInvokeJS (taskId As Long, identifier As String, argsJson As String)
Protected Overridable Sub BeginInvokeJS (taskId As Long, identifier As String, argsJson As String)
Parametri
- taskId
- Int64
Identificatore per la chiamata alla funzione oppure zero se non è necessario alcun callback asincrono.
- identifier
- String
Identificatore della funzione da richiamare.
- argsJson
- String
Rappresentazione JSON degli argomenti.
Si applica a
BeginInvokeJS(Int64, String, String, JSCallResultType, Int64)
- Origine:
- JSRuntime.cs
- Origine:
- JSRuntime.cs
- Origine:
- JSRuntime.cs
- Origine:
- JSRuntime.cs
- Origine:
- JSRuntime.cs
Avvia una chiamata di funzione asincrona.
protected:
abstract void BeginInvokeJS(long taskId, System::String ^ identifier, System::String ^ argsJson, Microsoft::JSInterop::JSCallResultType resultType, long targetInstanceId);
protected abstract void BeginInvokeJS (long taskId, string identifier, string? argsJson, Microsoft.JSInterop.JSCallResultType resultType, long targetInstanceId);
abstract member BeginInvokeJS : int64 * string * string * Microsoft.JSInterop.JSCallResultType * int64 -> unit
Protected MustOverride Sub BeginInvokeJS (taskId As Long, identifier As String, argsJson As String, resultType As JSCallResultType, targetInstanceId As Long)
Parametri
- taskId
- Int64
Identificatore per la chiamata alla funzione oppure zero se non è necessario alcun callback asincrono.
- 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.