1 override of SendAllExceptAsync
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
316
public override Task
SendAllExceptAsync
(string methodName, object?[] args, IReadOnlyList<string> excludedConnectionIds, CancellationToken cancellationToken = default)
1 reference to SendAllExceptAsync
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Proxies.cs (1)
127
return _lifetimeManager.
SendAllExceptAsync
(method, args, _excludedConnectionIds, cancellationToken);