4 instantiations of DefaultHubLifetimeManager
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
Microsoft.AspNetCore.SignalR.Tests (1)
15 references to DefaultHubLifetimeManager
Microsoft.AspNetCore.SignalR.Core (8)
DefaultHubLifetimeManager.cs (7)
25/// Initializes a new instance of the <see cref="DefaultHubLifetimeManager{THub}"/> class.
28public DefaultHubLifetimeManager(ILogger<DefaultHubLifetimeManager<THub>> logger)
114message = DefaultHubLifetimeManager<THub>.CreateSerializedInvocationMessage(methodName, args);
159message = DefaultHubLifetimeManager<THub>.CreateSerializedInvocationMessage(methodName, args);
213DefaultHubLifetimeManager<THub>.SendToGroupConnections(methodName, args, group, null, null, ref tasks, ref message, cancellationToken);
241DefaultHubLifetimeManager<THub>.SendToGroupConnections(methodName, args, group, null, null, ref tasks, ref message, cancellationToken);
264DefaultHubLifetimeManager<THub>.SendToGroupConnections(methodName, args, group, (connection, state) => !((IReadOnlyList<string>)state!).Contains(connection.ConnectionId), excludedConnectionIds, ref tasks, ref message, cancellationToken);
Microsoft.AspNetCore.SignalR.Microbenchmarks (6)
Microsoft.AspNetCore.SignalR.Tests (1)