WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
OutputTerminal Method (terminalName)
NamespacesIBM.Broker.PluginNBNodeOutputTerminal(String)
SUMMARY
Returns an NBOutputTerminal matching the name passed as an argument, or null if the terminal does not exist.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBOutputTerminal OutputTerminal(
	string terminalName
)
Public Function OutputTerminal ( _
	terminalName As String _
) As NBOutputTerminal
public:
NBOutputTerminal^ OutputTerminal(
	String^ terminalName
)
member OutputTerminal : 
        terminalName:string -> NBOutputTerminal 
Parameters
terminalName (String)
The name of the output terminal.
Return Value
The NBOutputTerminal associcated with the name, or null if one does not exist on this node.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0