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

MethodState() public method

Initializes the instance with its defalt attribute values.
public MethodState ( NodeState parent ) : System
parent NodeState
return System
        public MethodState(NodeState parent) : base(NodeClass.Method, parent)
        {
            m_executable = true;
            m_userExecutable = true;
        }