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

An object of this class represents the configuration and optionally statistical data about the routed server.

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

Syntax

public class RouteInfo
Public Class RouteInfo
public ref class RouteInfo

Remarks

When this object is received via the call to method Admin.GetRoute(), it does not contain statistical information about the route. Only objects returned by method Admin.GetRouteStatistics(name) return RouteInfo objects including all statistical data.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS.ADMIN..::.RouteInfo

See Also