NBNode GetAllRoutes Method IBM Integration Bus
Returns a collection of all labels asociated with the message flow that this node belongs to.

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

public ReadOnlyCollection<NBRoute> GetAllRoutes()

Return Value

Type: OnlineReadOnlyCollection NBRoute 
All the label nodes associated with this message flow .
See Also