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

Destroy the connection factory bound to the given JNDI name.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void DestroyConnectionFactory(
	string jndiName
)
Public Sub DestroyConnectionFactory ( _
	jndiName As String _
)
public:
void DestroyConnectionFactory(
	String^ jndiName
)

Parameters

jndiName
Type: System..::.String
A JNDI name for the factory to destroy.

Exceptions

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

See Also