Freigeben über


DotNetDispatcher.BeginInvokeDotNet Methode

Definition

Empfängt einen Aufruf von JS an .NET, der die angegebene Methode asynchron sucht und aufruft.

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)

Parameter

jsRuntime
JSRuntime

Die JSRuntime.

argsJson
String

Eine JSON-Darstellung der Parameter.

Gilt für: