TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

RouteInfo Constructor (String, String, Hashtable)

The public constructor used to create a RouteInfo object.

public RouteInfo(
   string name,
   string url,
   Hashtable sslParams
);

Parameters

name
the name of the remote server that this route is to.
url
the URL of the remote server.
sslParams

Remarks

The route does not exist on the server until this RouteInfo is passed to Admin.CreateRoute(). The route created will be a member of the default DAG zone (DEFAULT_DAG_ZONE).

See Also

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