Diffusion C API  5.9.24
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Deprecated List
Global is_recoverable_connection_error (ERROR_CODE_T error_code)
This function is deprecated from version 5.9 onwards, and may be removed.
Global reconnection_strategy_s::retry_count
{Setting values directly for the reconnection strategy (formerly, failover strategy) is deprecated. Please use the functions provided to make a reconnetion strategy structure and to modify/access it.
Global RECOVERING_FAILOVER
Recovering from a connection error by attempting to reconnect to a different Diffusion server.
Global session_create (const char *url_str, const char *principal, CREDENTIALS_T *credentials, SESSION_LISTENER_T *listener, RECONNECTION_STRATEGY_T *reconnection_strategy, DIFFUSION_ERROR_T *error)
The DPT (dpt:// and dpts://) transport is deprecated and will be removed in a future release. Use the websockets (ws:// and wss://) protocol instead.
Global session_create_async (const char *url_str, const char *principal, CREDENTIALS_T *credentials, SESSION_LISTENER_T *listener, RECONNECTION_STRATEGY_T *reconnection_strategy, SESSION_CREATE_CALLBACK_T *callbacks, DIFFUSION_ERROR_T *error)

The DPT (dpt:// and dpts://) transport is deprecated and will be removed in a future release. Use the websockets (ws:// and wss://) protocol instead.

The error parameter is deprecated and will be removed in a future release.

Global session_start (SESSION_T *session, DIFFUSION_ERROR_T *error)
This function is deprecated; a session is automatically started when it is successfully created. Always returns a value indicating success, regardless of the parameters passed.