tibemsConnectionFactory_SetReconnectAttemptDelay
Function
C Declaration
tibems_status tibemsConnectionFactory_SetReconnectAttemptDelay( tibemsConnectionFactory factory, tibems_int delay );
COBOL Call
CALL "tibemsConnectionFactory_SetReconnectAttemptDelay"
     USING BY VALUE factory,
           BY VALUE delay,
           RETURNING tibems-status
END-CALL.
 
		
 
	 See Also
tibemsConnectionFactory_SetReconnectAttemptCount tibemsConnectionFactory_SetReconnectAttemptTimeout
"Setting Reconnection Failure Parameters" in the TIBCO Enterprise Message Service User’s Guide.
Copyright © Cloud Software Group, Inc. All rights reserved.
