1 override 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)
2 references to BeginInvokeJS
Microsoft.JSInterop (2)
JSRuntime.cs (2)
192
=>
BeginInvokeJS
(taskId, identifier, argsJson, JSCallResultType.Default, WindowObjectId);
211
BeginInvokeJS
(invocationInfo.AsyncHandle, invocationInfo.Identifier, invocationInfo.ArgsJson, invocationInfo.ResultType, invocationInfo.TargetInstanceId);