NBNode GetAllOutputTerminals Method IBM Integration Bus
Returns a collection of all output terminals belonging to this node.

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

public ReadOnlyCollection<NBOutputTerminal> GetAllOutputTerminals()

Return Value

Type: OnlineReadOnlyCollection NBOutputTerminal 
All output terminals belonging to this node.
See Also