Opc.Ua.Di.FetchTransferResultDataMethodState.Construct C# (CSharp) Méthode

Construct() public static méthode

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