Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

Start mode of the Windows service

Namespace: Opc.Ua.Configuration
Assembly: 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 nameValueDescription
Boot0 Device driver started by the operating system loader (valid only for driver services).
System1 Device driver started by the operating system initialization process. This value is valid only for driver services.
Auto2 Service to be started automatically during system startup.
Manual3 Service to be started manually by a call to the StartService method.
Disabled4 Service that can no longer be started.

See Also