3 references to PersistentConnectionLifeTimeManager
SocialWeather (3)
SocialWeatherConnectionHandler.cs (2)
11
private readonly
PersistentConnectionLifeTimeManager
_lifetimeManager;
15
public SocialWeatherConnectionHandler(
PersistentConnectionLifeTimeManager
lifetimeManager,
Startup.cs (1)
15
services.AddTransient<
PersistentConnectionLifeTimeManager
>();