Queue.Hosts.Common.ServiceManager.ServiceInstalled C# (CSharp) Method

ServiceInstalled() public method

public ServiceInstalled ( ) : bool
return bool
        public bool ServiceInstalled()
        {
            return ServiceController.GetServices().Any(s => s.ServiceName == serviceName);
        }