1 override of SendConnectionsAsync
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
322public override Task SendConnectionsAsync(IReadOnlyList<string> connectionIds, string methodName, object?[] args, CancellationToken cancellationToken = default)
1 reference to SendConnectionsAsync
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Proxies.cs (1)
144return _lifetimeManager.SendConnectionsAsync(_connectionIds, method, args, cancellationToken);