WebAssemblyJSRuntime.BeginInvokeJS メソッド

定義

オーバーロード

BeginInvokeJS(Int64, String, String)

非同期関数呼び出しを開始します。

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

非同期関数呼び出しを開始します。

BeginInvokeJS(Int64, String, String)

ソース:
WebAssemblyJSRuntime.cs

非同期関数呼び出しを開始します。

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)

パラメーター

asyncHandle
Int64
identifier
String

呼び出す関数の識別子。

argsJson
String

引数の JSON 表現。

適用対象

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

ソース:
WebAssemblyJSRuntime.cs
ソース:
WebAssemblyJSRuntime.cs
ソース:
WebAssemblyJSRuntime.cs
ソース:
WebAssemblyJSRuntime.cs
ソース:
WebAssemblyJSRuntime.cs

非同期関数呼び出しを開始します。

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)

パラメーター

asyncHandle
Int64
identifier
String

呼び出す関数の識別子。

argsJson
String

引数の JSON 表現。

resultType
JSCallResultType

呼び出しで予期される結果の型。

targetInstanceId
Int64

ターゲット JS オブジェクトのインスタンス ID。

適用対象