[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Returns route information or null if such route does not exist.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public RouteInfo GetRoute( string name ) |
Public Function GetRoute ( _ name As String _ ) As RouteInfo |
public: RouteInfo^ GetRoute( String^ name ) |
Parameters
- name
- Type: System..::.String
name of the route.
Return Value
RouteInfo object or null if route with such name does not exist.
Remarks
Notice returned object does not contain statistical data for
the route. Use GetRouteStatistics() method to obtain statistical
information about the route.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if name is not a legal route name. |