9 overrides of BeginInvokeJS
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
107
protected override void
BeginInvokeJS
(long asyncHandle, string identifier, string argsJson, JSCallResultType resultType, long targetInstanceId)
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewJSRuntime.cs (1)
31
protected override void
BeginInvokeJS
(long taskId, string identifier, string argsJson, JSCallResultType resultType, long targetInstanceId)
Microsoft.JSInterop.Tests (6)
Infrastructure\DotNetDispatcherTest.cs (1)
1037
protected override void
BeginInvokeJS
(long asyncHandle, string identifier, string argsJson, JSCallResultType resultType, long targetInstanceId)
JSInProcessRuntimeTest.cs (1)
110
protected override void
BeginInvokeJS
(long asyncHandle, string identifier, string? argsJson, JSCallResultType resultType, long targetInstanceId)
JSObjectReferenceTest.cs (2)
72
protected override void
BeginInvokeJS
(long taskId, string identifier, string? argsJson, JSCallResultType resultType, long targetInstanceId)
86
protected override void
BeginInvokeJS
(long taskId, string identifier, string? argsJson, JSCallResultType resultType, long targetInstanceId)
JSRuntimeTest.cs (1)
485
protected override void
BeginInvokeJS
(long asyncHandle, string identifier, string? argsJson, JSCallResultType resultType, long targetInstanceId)
TestJSRuntime.cs (1)
10
protected override void
BeginInvokeJS
(long asyncHandle, string identifier, string? argsJson, JSCallResultType resultType, long targetInstanceId)
Microsoft.JSInterop.WebAssembly (1)
WebAssemblyJSRuntime.cs (1)
39
protected override void
BeginInvokeJS
(long asyncHandle, string identifier, [StringSyntax(StringSyntaxAttribute.Json)] string? argsJson, JSCallResultType resultType, long targetInstanceId)
2 references to BeginInvokeJS
Microsoft.JSInterop (2)
JSRuntime.cs (2)
131
BeginInvokeJS
(taskId, identifier, argsJson, resultType, targetInstanceId);
158
=>
BeginInvokeJS
(taskId, identifier, argsJson, JSCallResultType.Default, 0);