4 references to RedisInvocation
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Internal\RedisProtocol.cs (1)
202return new RedisInvocation(message, excludedConnectionIds, invocationId, returnChannel);
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (3)
RedisProtocolTests.cs (3)
101() => new RedisInvocation(new SerializedHubMessage(_testMessage), null), 111() => new RedisInvocation(new SerializedHubMessage(_testMessage), new [] { "a" }), 122() => new RedisInvocation(new SerializedHubMessage(_testMessage), new [] { "a", "b", "c", "d", "e", "f" }),