1 override of EndInvokeDotNet
Microsoft.AspNetCore.Components.Server (1)
Circuits\RemoteJSRuntime.cs (1)
65
protected override void
EndInvokeDotNet
(DotNetInvocationInfo invocationInfo, in DotNetInvocationResult invocationResult)
4 references to EndInvokeDotNet
Microsoft.JSInterop (4)
Infrastructure\DotNetDispatcher.cs (4)
112
jsRuntime.
EndInvokeDotNet
(invocationInfo, new DotNetInvocationResult(syncException.SourceException, "InvocationFailure"));
137
jsRuntime.
EndInvokeDotNet
(invocationInfo, dispatchResult);
148
jsRuntime.
EndInvokeDotNet
(invocationInfo, dispatchResult);
153
jsRuntime.
EndInvokeDotNet
(invocationInfo, new DotNetInvocationResult(resultJson));