TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.Unbind Method 

Remove the binding between the given JNDI name and the object bound to it.

public void Unbind(
   string name
);

Parameters

name
The JNDI name to unbind.

Remarks

Note that removing the last JNDI name for a connection factory results in the destruction of that factory.

Exceptions

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

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace