Example #1
0
 public void Connect(Guid appInstanceId, string minLogLevel, string sharedSecret)
 {
     if (sharedSecret.Equals(SharedSecret))
     {
         DiagnosticCallBackRepository.Add(appInstanceId, Callback);
     }
 }