Opc.Ua.SystemContext.SystemContext C# (CSharp) Méthode

SystemContext() public méthode

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

Same methods

SystemContext::SystemContext ( IOperationContext context ) : System