TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.DestroyConnectionFactory Method 

Destroy the connection factory bound to the given JNDI name.

public void DestroyConnectionFactory(
   string jndiName
);

Parameters

jndiName
A JNDI name for the factory to destroy.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if jndiName is not a legal name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace