TipcMsgSetDeliveryTimeout set the delivery timeout of a message
msg
message to set the delivery timeout for
delivery_timeout
message delivery timeout
TRUE
if the delivery timeout was successfully set for the message, FALSE
otherwise.
If TipcMsgSetDeliveryTimeout fails, it returns FALSE
and sets the global SmartSockets error number to one of:
This function sets the delivery timeout of a message. The delivery timeout of a message controls how long to wait for guaranteed message delivery to complete when a message is sent through a connection with TipcConnMsgSend. TipcMsgSetDeliveryTimeout overwrites the default value of the delivery timeout property set by TipcMtSetDeliveryTimeout. See TipcMsgGetDeliveryTimeout for more information on message delivery timeouts.
None
TipcMsgGetDeliveryTimeout, TipcMtSetDeliveryTimeout
This example sets the delivery timeout of a message to 5 seconds:
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |