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

Update route parameters.

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

Syntax

public void UpdateRoute(
	RouteInfo routeInfo
)
Public Sub UpdateRoute ( _
	routeInfo As RouteInfo _
)
public:
void UpdateRoute(
	RouteInfo^ routeInfo
)

Parameters

routeInfo
Type: TIBCO.EMS.ADMIN..::.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(RouteInfo) method.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.

See Also