Build 1.01.318.0
Assembly: Opc.Ua.Configuration (in Opc.Ua.Configuration.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
Start mode of the Windows service
Namespace: Opc.Ua.ConfigurationAssembly: Opc.Ua.Configuration (in Opc.Ua.Configuration.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public enum StartMode |
| Visual Basic |
|---|
Public Enumeration StartMode |
| Visual C++ |
|---|
public enum class StartMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Boot | 0 | Device driver started by the operating system loader (valid only for driver services). | |
| System | 1 | Device driver started by the operating system initialization process. This value is valid only for driver services. | |
| Auto | 2 | Service to be started automatically during system startup. | |
| Manual | 3 | Service to be started manually by a call to the StartService method. | |
| Disabled | 4 | Service that can no longer be started. |