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


Chapter 15 Administration : tibemsSubscriptionInfo : tibemsSubscriptionInfo_IsDurable

tibemsSubscriptionInfo_IsDurable
Function
Purpose
Get whether this is a durable subscription.
C Declaration
tibems_status tibemsSubscriptionInfo_IsDurable(
    tibemsSubscriptionInfo subscriptionInfo,
    tibems_bool* durable);
COBOL Call
CALL "tibemsSubscriptionInfo_IsDurable"
 USING BY VALUE subscriptionInfo,
       BY REFERENCE durable,
       RETURNING tibems-status
END-CALL.
Parameters
 
The function stores subscription durable status in this location. TIBEMS_TRUE indicates that the subscription is a durable subscription.

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