DotNetDispatcher.BeginInvokeDotNet Method

Definition

Receives a call from JS to .NET, locating and invoking the specified method asynchronously.

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)

Parameters

jsRuntime
JSRuntime

The JSRuntime.

argsJson
String

A JSON representation of the parameters.

Applies to