MonoWebAssemblyJSRuntime.BeginInvokeJS(Int64, String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
非同期関数呼び出しを開始します。
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 表現。