Build 1.01.318.0

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

Manages the interface between the UA server and the Windows SCM.

Namespace: Opc.Ua.Configuration
Assembly: Opc.Ua.Configuration (in Opc.Ua.Configuration.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
protected class WindowsService : ServiceBase
Visual Basic
Protected Class WindowsService _
	Inherits ServiceBase
Visual C++
protected ref class WindowsService : public ServiceBase

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.ServiceProcess..::..ServiceBase
        Opc.Ua.Configuration..::..ApplicationInstance..::..WindowsService

See Also