1 override of SendConnectionAsync
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
183
public override Task
SendConnectionAsync
(string connectionId, string methodName, object?[] args, CancellationToken cancellationToken = default)
1 reference to SendConnectionAsync
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Proxies.cs (1)
162
return _lifetimeManager.
SendConnectionAsync
(_connectionId, method, args, cancellationToken);