Dev2.Services.ServerServiceConfiguration.IsServiceRunning C# (CSharp) Method

IsServiceRunning() public method

public IsServiceRunning ( ) : bool
return bool
        public bool IsServiceRunning()
        {
            return ServiceManager.IsRunning();
        }