Пример #1
0
 private ServiceInformation GetServiceInformation()
 {
     return(ServiceUtils.GetServiceInformation(MachineName, Name,
                                               false).GetResultOrDefault(new ServiceInformation(MachineName, Name)));
 }