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)
1092
protected override void
BeginInvokeJS
(long taskId, string identifier, [StringSyntax("Json")] string argsJson, JSCallResultType resultType, long targetInstanceId)
JSInProcessRuntimeTest.cs (1)
110
protected override void
BeginInvokeJS
(long taskId, string identifier, [StringSyntax("Json")] string? argsJson, JSCallResultType resultType, long targetInstanceId)
JSObjectReferenceTest.cs (2)
78
protected override void
BeginInvokeJS
(long taskId, string identifier, [StringSyntax("Json")] string? argsJson, JSCallResultType resultType, long targetInstanceId)
96
protected override void
BeginInvokeJS
(long taskId, string identifier, [StringSyntax("Json")] string? argsJson, JSCallResultType resultType, long targetInstanceId)
JSRuntimeTest.cs (1)
478
protected override void
BeginInvokeJS
(long asyncHandle, string identifier, string? argsJson, JSCallResultType resultType, long targetInstanceId)
TestJSRuntime.cs (1)
11
protected override void
BeginInvokeJS
(long taskId, string identifier, [StringSyntax("Json")] string? argsJson, JSCallResultType resultType, long targetInstanceId)
Microsoft.JSInterop.WebAssembly (1)
WebAssemblyJSRuntime.cs (1)
59
protected override void
BeginInvokeJS
(long asyncHandle, string identifier, [StringSyntax(StringSyntaxAttribute.Json)] string? argsJson, JSCallResultType resultType, long targetInstanceId)
1 reference to BeginInvokeJS
Microsoft.JSInterop (1)
JSRuntime.cs (1)
192
=>
BeginInvokeJS
(taskId, identifier, argsJson, JSCallResultType.Default, WindowObjectId);