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

Returns all routes known to the server.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public RouteInfo[] Routes { get; }
Public ReadOnly Property Routes As RouteInfo()
public:
property array<RouteInfo^>^ Routes {
	array<RouteInfo^>^ get ();
}

Return Value

all routes known to the server.

Remarks

Notice returned objects do not contain statistical data for the routes. Use GetRouteStatistics() method to obtain statistical information about the route.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.

See Also