TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library
Admin.DestroyRoute Method
Destroy the route with specified name.
public
void
DestroyRoute(
string
name
);
Parameters
name
The name of the route to destroy.
Exceptions
Exception Type
Condition
AdminException
if not authorized or an error occurred.
AdminInvalidNameException
if name is not a legal route name.
See Also
Admin Class
|
TIBCO.EMS.ADMIN Namespace