[TIBCO.EMS .NET Admin client library 6.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Remove the binding between the given JNDI name and the object bound to it.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void Unbind( string name ) |
Public Sub Unbind ( _ name As String _ ) |
public: void Unbind( String^ name ) |
Parameters
- name
- Type: System..::.String
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 | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if name is not a legal JNDI name. |