JSRuntime.BeginInvokeJS 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
BeginInvokeJS(Int64, String, String) |
비동기 함수 호출을 시작합니다. |
BeginInvokeJS(Int64, String, String, JSCallResultType, Int64) |
비동기 함수 호출을 시작합니다. |
BeginInvokeJS(Int64, String, String)
- Source:
- JSRuntime.cs
- Source:
- JSRuntime.cs
- Source:
- JSRuntime.cs
- Source:
- JSRuntime.cs
- Source:
- JSRuntime.cs
- Source:
- JSRuntime.cs
- Source:
- 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)
- Source:
- JSRuntime.cs
- Source:
- JSRuntime.cs
- Source:
- JSRuntime.cs
- Source:
- JSRuntime.cs
- Source:
- 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 개체의 instance ID입니다.