다음을 통해 공유


DotNetDispatcher.BeginInvokeDotNet 메서드

정의

JS에서 .NET으로의 호출을 수신하여 지정된 메서드를 비동기적으로 찾고 호출합니다.

public:
 static void BeginInvokeDotNet(Microsoft::JSInterop::JSRuntime ^ jsRuntime, Microsoft::JSInterop::Infrastructure::DotNetInvocationInfo invocationInfo, System::String ^ argsJson);
public static void BeginInvokeDotNet (Microsoft.JSInterop.JSRuntime jsRuntime, Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo invocationInfo, string argsJson);
static member BeginInvokeDotNet : Microsoft.JSInterop.JSRuntime * Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo * string -> unit
Public Shared Sub BeginInvokeDotNet (jsRuntime As JSRuntime, invocationInfo As DotNetInvocationInfo, argsJson As String)

매개 변수

jsRuntime
JSRuntime

JSRuntime

argsJson
String

매개 변수의 JSON 표현입니다.

적용 대상