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