[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Destroy the route with specified name.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void DestroyRoute( string name ) |
Public Sub DestroyRoute ( _ name As String _ ) |
public: void DestroyRoute( String^ name ) |
Parameters
- name
- Type: System..::.String
The name of the route to destroy.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if name is not a legal route name. |