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

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

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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if name is not a legal JNDI name.

See Also