WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
GetRoute Method (label)
NamespacesIBM.Broker.PluginNBNodeGetRoute(String)
SUMMARY
Returns an NBRoute object matching the label name passed as an argument, or null if the matching label node does not exist.
Declaration Syntax
C#Visual BasicVisual C++F#
public NBRoute GetRoute(
	string label
)
Public Function GetRoute ( _
	label As String _
) As NBRoute
public:
NBRoute^ GetRoute(
	String^ label
)
member GetRoute : 
        label:string -> NBRoute 
Parameters
label (String)
The label.
Return Value
Returns the NBRoute.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0