JSRuntime.BeginInvokeJS Metoda
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
BeginInvokeJS(Int64, String, String) |
Rozpoczyna wywołanie funkcji asynchronicznej. |
BeginInvokeJS(Int64, String, String, JSCallResultType, Int64) |
Rozpoczyna wywołanie funkcji asynchronicznej. |
- Ź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
- Ź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
ASP.NET Core 9.0 i inne wersje
Produkt | Wersje |
---|---|
ASP.NET Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |
- Ź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, 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
ASP.NET Core 9.0 i inne wersje
Produkt | Wersje |
---|---|
ASP.NET Core | 5.0, 6.0, 7.0, 8.0, 9.0 |