Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Opc
Ua
Configuration
ServiceManager
ServiceExists
Opc.Ua.Configuration.ServiceManager.ServiceExists C# (CSharp) Method
ServiceManager Class Documentation
Exibir arquivo
Open project: OPCFoundation/UA-.NET
ServiceExists()
public
static
method
Gets a value whteher the service with the given name is installed.
public
static
ServiceExists
(
string
serviceName
) :
bool
serviceName
string
The service name.
return
bool
public static bool ServiceExists(string serviceName) { return GetService(serviceName) != null; }
ServiceManager
ConvertServiceControllerStatusToServiceStatus
ConvertStartModeToString
ConvertStringToServiceStatus
ConvertStringToStartMode
GetAllServices
GetComputerSystem
GetNumberOfLogicalProcessors
GetNumberOfProcessors
GetProcessorAffinity
GetService
GetServiceProcessorAffinity
GetServiceStartMode
GetServiceStatus
IsServicePaused
IsServiceRunning
IsServiceStopped
PauseService
ServiceExists
ServiceFromManagementObject
SetServiceProcessorAffinity
SetServiceStartMode
StartService
StopService