Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 8 Connection Factory : tibemsConnectionFactory : tibemsConnectionFactory_Destroy

tibemsConnectionFactory_Destroy
Function
Purpose
Destroy a connection factory object.
C Declaration
tibems_status tibemsConnectionFactory_Destroy(
    tibemsConnectionFactory factory )
COBOL Call
CALL "tibemsConnectionFactory_Destroy"
USING BY VALUE factory,
RETURNING tibems-status
END-CALL.
 
factory has usage pointer.
Parameters
 
Remarks
This call destroys an object within the program. It does not affect objects in the repository.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved