1 write to Action
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisGroupCommand.cs (1)
37Action = action;
3 references to Action
Microsoft.AspNetCore.SignalR.StackExchangeRedis (3)
Internal\RedisProtocol.cs (1)
110writer.Write((byte)command.Action);
RedisHubLifetimeManager.cs (2)
496if (groupMessage.Action == GroupAction.Remove) 501if (groupMessage.Action == GroupAction.Add)