Example #1
0
 void StopServices()
 {
     //Lookup Service
     Helper.StopService(_username, "Lookup service", lookup);
     Helper.StopService(_username, "Consistency service", action);
 }