Returns an NBOutputTerminal matching the name passed as an argument, or
null if the terminal does not exist.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBOutputTerminal OutputTerminal(
string terminalName
)
public NBOutputTerminal OutputTerminal(
string terminalName
)
Public Function OutputTerminal (
terminalName As String
) As NBOutputTerminal
Public Function OutputTerminal (
terminalName As String
) As NBOutputTerminal
public:
NBOutputTerminal^ OutputTerminal(
String^ terminalName
)
public:
NBOutputTerminal^ OutputTerminal(
String^ terminalName
)
member OutputTerminal :
terminalName : string -> NBOutputTerminal
member OutputTerminal :
terminalName : string -> NBOutputTerminal
Parameters
- terminalName
- Type:
System String
The name of the output terminal.
Return Value
Type:
NBOutputTerminalThe NBOutputTerminal associcated with the name, or null if one does not exist on this node.