1 write to _groupName
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Proxies.cs (1)
52
_groupName
= groupName;
1 reference to _groupName
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Proxies.cs (1)
57
return _lifetimeManager.SendGroupAsync(
_groupName
, method, args, cancellationToken);