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

SystemContext() public method

Initializes a new instance of the SystemContext class.
public SystemContext ( IOperationContext context ) : System
context IOperationContext The context.
return System
        public SystemContext(IOperationContext context)
        {
            m_nodeStateFactory = new NodeStateFactory();
            m_operationContext = context;
        }
        #endregion

Same methods

SystemContext::SystemContext ( ) : System