Opc.Ua.SystemContext.SystemContext C# (CSharp) Method

SystemContext() public method

Initializes a new instance of the SystemContext class.
public SystemContext ( ) : System
return System
        public SystemContext()
        {
            m_nodeStateFactory = new NodeStateFactory();
        }

Same methods

SystemContext::SystemContext ( IOperationContext context ) : System