2 overrides of SendGroupsAsync
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
225public override Task SendGroupsAsync(IReadOnlyList<string> groupNames, string methodName, object?[] args, CancellationToken cancellationToken = default)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
RedisHubLifetimeManager.cs (1)
257public override Task SendGroupsAsync(IReadOnlyList<string> groupNames, string methodName, object?[] args, CancellationToken cancellationToken = default)
1 reference to SendGroupsAsync
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Proxies.cs (1)
74return _lifetimeManager.SendGroupsAsync(_groupNames, method, args, cancellationToken);