TIBCO Adapter SDK C++ Reference
MSubscriber::getTimeout
MSubscriber
Return the timeout value specified in the constructor or in configuration.
Remarks
A subscriber dispatches a timeout event if it has not received any event right after it has been activated. If it receives one (or more) events after activation but no additional events for a time that exceeds the timeout, there is no timeout event.

The timeout is returned in milliseconds.

Declaration
unsigned long getTimeout() const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.