TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetRoute Method 

Returns route information or null if such route does not exist.

public RouteInfo GetRoute(
   string name
);

Parameters

name
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 Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if name is not a legal route name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace