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.

Remarks

This call destroys an object within the program. It does not affect objects in the repository.

Parameter
Description
factory
Destroy this connection factory.


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com