[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Create a new route.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public RouteInfo CreateRoute( RouteInfo routeInfo ) |
Public Function CreateRoute ( _ routeInfo As RouteInfo _ ) As RouteInfo |
public: RouteInfo^ CreateRoute( RouteInfo^ routeInfo ) |
Parameters
- routeInfo
- Type: TIBCO.EMS.ADMIN..::.RouteInfo
The parameters for the new route.
Return Value
the fully configured RouteInfo from the server.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
System..::.ArgumentException | if routeInfo is null. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if RouteInfo object does not have a legal name and url. |