[TIBCO.EMS .NET Admin client library 6.0 documentation]

Returns statistical information about the route with specified name.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if name is not a legal route name.

See Also