Opc.Ua.Plc.CtrlTaskState.CtrlTaskState C# (CSharp) Method

CtrlTaskState() public method

Initializes the type with its default attribute values.
public CtrlTaskState ( NodeState parent ) : System
parent NodeState
return System
        public CtrlTaskState(NodeState parent)
            : base(parent)
        {
        }