Opc.Ua.Di.TransferToDeviceMethodState.Construct C# (CSharp) Method

Construct() public static method

Constructs an instance of a node.
public static Construct ( NodeState parent ) : NodeState
parent NodeState The parent.
return NodeState
        public static new NodeState Construct(NodeState parent)
        {
            return new TransferToDeviceMethodState(parent);
        }