Implemented interface member:
method
SendCoreAsync
Microsoft.AspNetCore.SignalR.IClientProxy.SendCoreAsync(System.String, System.Object[], System.Threading.CancellationToken)
2 references to SendCoreAsync
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
994
await Client.
SendCoreAsync
("JS.RequestPause", Array.Empty<object>(), cancellationToken);
Microsoft.AspNetCore.Components.Server.Tests (1)
Circuits\CircuitClientProxyTest.cs (1)
26
var sendTask = circuitClient.
SendCoreAsync
("test", Array.Empty<object>());