TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.CreateRoute Method 

Create a new route.

public RouteInfo CreateRoute(
   RouteInfo routeInfo
);

Parameters

routeInfo
The parameters for the new route.

Return Value

the fully configured RouteInfo from the server.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
ArgumentException if routeInfo is null.
AdminInvalidNameException if RouteInfo object does not have a legal name and url.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace