Exemplo n.º 1
0
 public void Deactivate()
 {
     if (_active)
     {
         HealthChecks.UnregisterHealthCheck(_component);
         _active = false;
     }
 }