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


Chapter 15 Administration : tibemsCollection : tibemsCollection_Destroy

tibemsCollection_Destroy
Function
Purpose
Destroy a collection.
C Declaration
tibems_status tibemsCollection_Destroy(
    tibemsCollection collection);
COBOL Call
CALL "tibemsCollection_Destroy"
 USING BY VALUE collection,
       RETURNING tibems-status
END-CALL.
collection has usage pointer.
Parameters
 
Remarks
Collections are created internally by the EMS library. Use tibemsCollection_Destroy to remove collections of tibemsQueueInfo, tibemsTopicInfo, tibemsConsumerInfo, and tibemsProducerInfo objects. Collections of tibemsDetailedDestStat objects cannot be directly destroyed by the user application. Attempting to destroy a tibemsDetailedDestStat object returns TIBEMS_NOT_PERMITTED.
Status Codes
 

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