1 override of SendGroupsAsync
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
225
public 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)
74
return _lifetimeManager.
SendGroupsAsync
(_groupNames, method, args, cancellationToken);