Diffusion C API  6.10.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
reconnection_strategy_s Struct Reference

When connecting to Diffusion, a reconnection strategy can be employed which describes what to do if the connection fails. More...

Data Fields

long retry_count
 

Detailed Description

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.

Field Documentation

long reconnection_strategy_s::retry_count
Deprecated:
{Setting values directly for the reconnection strategy (formerly, failover strategy) is deprecated. Please use the functions provided to make a reconnection strategy structure and to modify/access it.

The documentation for this struct was generated from the following file: