TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetRouteStatistics Method 

Returns statistical information about the route with specified name.

public RouteInfo GetRouteStatistics(
   string name
);

Parameters

name
name of the route.

Return Value

RouteInfo object or null if route with such name does not exist or statistics is disabled.

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