![]() |
Diffusion C API 6.11.5
|
When connecting to Diffusion, a reconnection strategy can be employed which describes what to do if the connection fails. More...
#include <session_types.h>
Data Fields | |
long | retry_count |
When connecting to Diffusion, a reconnection strategy can be employed which describes what to do if the connection fails.
It is recommended that a reconnection strategy is created using one of the factory functions, e.g. make_reconnection_strategy_repeating_attempt, as direct access to the fields in this structure is likely to be withdrawn in the future.
long reconnection_strategy_s::retry_count |