Returns a collection of all labels asociated with the message flow that this node belongs to.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public ReadOnlyCollection<NBRoute> GetAllRoutes()
public ReadOnlyCollection<NBRoute> GetAllRoutes()
Public Function GetAllRoutes As ReadOnlyCollection(Of NBRoute)
Public Function GetAllRoutes As ReadOnlyCollection(Of NBRoute)
public:
ReadOnlyCollection<NBRoute^>^ GetAllRoutes()
public:
ReadOnlyCollection<NBRoute^>^ GetAllRoutes()
member GetAllRoutes : unit -> ReadOnlyCollection<NBRoute>
member GetAllRoutes : unit -> ReadOnlyCollection<NBRoute>
Return Value
Type:
ReadOnlyCollection NBRoute All the label nodes associated with this message flow .