Visual Basic (Declaration) | |
---|---|
Public Class uaPLUS Inherits Opc.Ua.Server.StandardServer Implements Opc.Ua.IServerBase, Opc.Ua.ISessionServer |
C# | |
---|---|
public class uaPLUS : Opc.Ua.Server.StandardServer, Opc.Ua.IServerBase, Opc.Ua.ISessionServer |
Each server instance must have one instance of a StandardServer object which is
responsible for reading the configuration file, creating the endpoints and dispatching
incoming requests to the appropriate handler.
This sub-class specifies non-configurable metadata such as Product Name and initializes
the uaPLUSNodeManager which provides access to the data exposed by the Server.
System.Object
Opc.Ua.ServerBase
Opc.Ua.SessionServerBase
Opc.Ua.Server.StandardServer
Advosol.uaPLUS.uaPLUS
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2