Implemented interface member:
method
SendCoreAsync
Microsoft.AspNetCore.SignalR.IClientProxy.SendCoreAsync(System.String, System.Object[], System.Threading.CancellationToken)
1 reference to SendCoreAsync
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
994
await Client.
SendCoreAsync
("JS.RequestPause", Array.Empty<object>(), cancellationToken);