TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

RouteInfo Constructor (String, String, Hashtable, String, ZoneType)

The public constructor used to create a RouteInfo object that is part of a specific zone.

public RouteInfo(
   string name,
   string url,
   Hashtable sslParams,
   string zoneName,
   ZoneType zoneType
);

Parameters

name
the name of the remote server that this route is to.
url
the URL of the remote server.
sslParams
zoneName
the name of the route's zone.
zoneType
the type of routing in the zone, either MultiHop or OneHop.

Remarks

The route does not exist on the server until this RouteInfo is passed to Admin.CreateRoute().

See Also

RouteInfo Class | TIBCO.EMS.ADMIN Namespace | RouteInfo Constructor Overload List