Beispiel #1
0
 public void ConnectionFailed(ConnectionAnalyticInfo info)
 {
     Console.WriteLine("Failed to connect to repository '" + info.RepositoryName + "'");
 }
Beispiel #2
0
 public void ConnectionClosed(ConnectionAnalyticInfo info)
 {
     Console.WriteLine("Connection closed to '" + info.ConnectionString + ". There are " + info.ActiveCount + " active connections");
 }