JSRuntime.BeginInvokeJS メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BeginInvokeJS(Int64, String, String) |
非同期関数呼び出しを開始します。 |
BeginInvokeJS(Int64, String, String, JSCallResultType, Int64) |
非同期関数呼び出しを開始します。 |
BeginInvokeJS(Int64, String, String)
- ソース:
- JSRuntime.cs
- ソース:
- JSRuntime.cs
- ソース:
- JSRuntime.cs
- ソース:
- JSRuntime.cs
- ソース:
- JSRuntime.cs
- ソース:
- JSRuntime.cs
- ソース:
- JSRuntime.cs
非同期関数呼び出しを開始します。
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)
パラメーター
- taskId
- Int64
関数呼び出しの識別子。非同期コールバックが必要ない場合は 0。
- identifier
- String
呼び出す関数の識別子。
- argsJson
- String
引数の JSON 表現。
適用対象
BeginInvokeJS(Int64, String, String, JSCallResultType, Int64)
- ソース:
- JSRuntime.cs
- ソース:
- JSRuntime.cs
- ソース:
- JSRuntime.cs
- ソース:
- JSRuntime.cs
- ソース:
- JSRuntime.cs
非同期関数呼び出しを開始します。
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)
パラメーター
- taskId
- Int64
関数呼び出しの識別子。非同期コールバックが必要ない場合は 0。
- identifier
- String
呼び出す関数の識別子。
- argsJson
- String
引数の JSON 表現。
- resultType
- JSCallResultType
呼び出しで予想される結果の型。
- targetInstanceId
- Int64
ターゲット JS オブジェクトのインスタンス ID。