2 overrides of SendConnectionsAsync
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
322public override Task SendConnectionsAsync(IReadOnlyList<string> connectionIds, string methodName, object?[] args, CancellationToken cancellationToken = default)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
RedisHubLifetimeManager.cs (1)
241public 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);