NBNode GetRoute Method IBM Integration Bus
Returns an NBRoute object matching the label name passed as an argument, or null if the matching label node does not exist.

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

public NBRoute GetRoute(
	string label
)

Return Value

Type: NBRoute
Returns the NBRoute.
See Also