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