[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Returns statistical information about the route with specified name.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public RouteInfo GetRouteStatistics( string name ) |
Public Function GetRouteStatistics ( _ name As String _ ) As RouteInfo |
public: RouteInfo^ GetRouteStatistics( 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 or statistics are disabled.
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. |