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

Parameter Description
subscriptionInfo Get whether this subscription is a durable subscription.
durable Store subscription durable status in this location. TIBEMS_TRUE indicates that the subscription is a durable subscription.