示例#1
0
 public ConnectionCounterHostedService(ConnectionCounter counter)
 {
     _counter = counter;
     _timeSinceFirstConnection = new Stopwatch();
 }
示例#2
0
 public EchoHub(ConnectionCounter counter)
 {
     _counter = counter;
 }