Opc.Ua.Server.ObjectSource.ObjectSource C# (CSharp) Method

ObjectSource() public method

Adds the source to the type table.
public ObjectSource ( IServerInternal server, NodeSource parent ) : System
server IServerInternal
parent NodeSource
return System
        public ObjectSource(
            IServerInternal server,
            NodeSource      parent)
        : 
            base(server, parent)
        {
        }