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

Destroy the route with specified name.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameExceptionif name is not a legal route name.

See Also