다음을 통해 공유


WebAssemblyJSRuntime.BeginInvokeJS 메서드

정의

오버로드

BeginInvokeJS(Int64, String, String)

비동기 함수 호출을 시작합니다.

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

비동기 함수 호출을 시작합니다.

BeginInvokeJS(Int64, String, String)

Source:
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)

Source:
WebAssemblyJSRuntime.cs
Source:
WebAssemblyJSRuntime.cs
Source:
WebAssemblyJSRuntime.cs
Source:
WebAssemblyJSRuntime.cs
Source:
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 개체의 instance ID입니다.

적용 대상