static public method CO2GTransport::setNumberOfReconnections

Brief

Sets the number of attempts to reconnect.

Declaration
C++
static void  setNumberOfReconnections (const unsigned int Number)

Parameters
Number

The number of attempts to reconnect. To set an infinite number of attempts, use the value INFINITE. This parameter will be used during the next call of the IO2GSession.login method.

Details

Please see article Session Statuses for details.

Declared in CO2GTransport

back