9 references to GroupAction
Microsoft.AspNetCore.SignalR.StackExchangeRedis (9)
Internal\RedisGroupCommand.cs (2)
21public GroupAction Action { get; } 33public RedisGroupCommand(int id, string serverName, GroupAction action, string groupName, string connectionId)
Internal\RedisProtocol.cs (2)
214var action = (GroupAction)reader.ReadByte();
RedisHubLifetimeManager.cs (5)
221return SendGroupActionAndWaitForAck(connectionId, groupName, GroupAction.Add); 237return SendGroupActionAndWaitForAck(connectionId, groupName, GroupAction.Remove); 346private async Task SendGroupActionAndWaitForAck(string connectionId, string groupName, GroupAction action) 496if (groupMessage.Action == GroupAction.Remove) 501if (groupMessage.Action == GroupAction.Add)