Esempio n. 1
0
 public ConnectionCounterHostedService(ConnectionCounter counter)
 {
     _counter = counter;
     _timeSinceFirstConnection = new Stopwatch();
 }
Esempio n. 2
0
 public EchoHub(ConnectionCounter counter)
 {
     _counter = counter;
 }