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


Chapter 3 Destination : tibemsDestination : tibemsDestination_Destroy

tibemsDestination_Destroy
Function
Purpose
Destroy a destination object.
C Declaration
tibems_status tibemsDestination_Destroy(
    tibemsDestination destination );
COBOL Call
CALL "tibemsDestination_Destroy"
USING BY VALUE destination,
RETURNING tibems-status
END-CALL.
 
destination has usage pointer.
Parameters
 
Remarks
Note that a destination object retrieved from a message, consumer, or producer object should only be destroyed by calling the destroy function of the corresponding message, consumer, or producer object.

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