build_node


Description:

[ Version ( since = "6.0.0" ) ]
public ExecuteNode build_node (string factory_name, List<ExecuteNode> inputs, ExecuteNodeOptions options) throws Error

Parameters:

this

A ExecutePlan.

factory_name

A factory name to build a ExecuteNode.

inputs

An inputs to execute new node.

options

A ExecuteNodeOptions for new node.

Returns:

A newly built and added ExecuteNode on success, null on error.