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.Tests (1)
Circuits\CircuitClientProxyTest.cs (1)
26
var sendTask = circuitClient.
SendCoreAsync
("test", Array.Empty<object>());