AddNode

Configurator.AddNode method

Adds a node to the search network configuration.

public NodeConfigurator AddNode(int nodeIndex)
Parameter Type Description
nodeIndex Int32 The node index.

Return Value

The node configurator.

See Also