JSRuntime.BeginInvokeJS Metoda

Definicja

Przeciążenia

BeginInvokeJS(Int64, String, String)

Rozpoczyna wywołanie funkcji asynchronicznej.

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

Rozpoczyna wywołanie funkcji asynchronicznej.

BeginInvokeJS(Int64, String, String)

Źródło:
JSRuntime.cs
Źródło:
JSRuntime.cs
Źródło:
JSRuntime.cs
Źródło:
JSRuntime.cs
Źródło:
JSRuntime.cs
Źródło:
JSRuntime.cs

Rozpoczyna wywołanie funkcji asynchronicznej.

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)

Parametry

taskId
Int64

Identyfikator wywołania funkcji lub zero, jeśli nie jest wymagane żadne wywołanie zwrotne asynchroniczne.

identifier
String

Identyfikator funkcji do wywołania.

argsJson
String

Reprezentacja JSON argumentów.

Dotyczy

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

Źródło:
JSRuntime.cs
Źródło:
JSRuntime.cs
Źródło:
JSRuntime.cs
Źródło:
JSRuntime.cs

Rozpoczyna wywołanie funkcji asynchronicznej.

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)

Parametry

taskId
Int64

Identyfikator wywołania funkcji lub zero, jeśli nie jest wymagane żadne wywołanie zwrotne asynchroniczne.

identifier
String

Identyfikator funkcji do wywołania.

argsJson
String

Reprezentacja JSON argumentów.

resultType
JSCallResultType

Typ wyniku oczekiwany od wywołania.

targetInstanceId
Int64

Identyfikator wystąpienia docelowego obiektu JS.

Dotyczy