[TIBCO.EMS .NET Admin client library 7.0 documentation]

Returns true if this is connection consumer. Notice that for disconnected durable topic subscribers this method returns false even if the durable has been originally created as connection consumer.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public bool isConnectionConsumer()
Public Function isConnectionConsumer As Boolean
public:
bool isConnectionConsumer()

Return Value

true if this is a connection consumer, false otherwise.

See Also