1 write to _excludedConnectionIds
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Proxies.cs (1)
122
_excludedConnectionIds
= excludedConnectionIds;
1 reference to _excludedConnectionIds
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Proxies.cs (1)
127
return _lifetimeManager.SendAllExceptAsync(method, args,
_excludedConnectionIds
, cancellationToken);