[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Returns all routes known to the server.
Namespace:
TIBCO.EMS.ADMINAssembly: 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
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |