NBNode OutputTerminal Method IBM Integration Bus
Returns an NBOutputTerminal matching the name passed as an argument, or null if the terminal does not exist.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public NBOutputTerminal OutputTerminal(
	string terminalName
)

Parameters

terminalName
Type: OnlineSystem String
The name of the output terminal.

Return Value

Type: NBOutputTerminal
The NBOutputTerminal associcated with the name, or null if one does not exist on this node.
See Also