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 表示形式。

适用于