Opc.Ua.Di.TransferFromDeviceMethodState.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 TransferFromDeviceMethodState(parent);
        }