TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.UpdateRoute Method 

Update route parameters.

public void UpdateRoute(
   RouteInfo routeInfo
);

Parameters

routeInfo
The route info to save.

Remarks

This method can only be used to update a route that already exists on the server. To create a new route use the CreateRoute method.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace