startReconnectionTimer

startReconnectionTimer — starts the delay timer for reconnection attempts.

Syntax

For C++, Java, and C#:

void startReconnectionTimer(void);

Description

This method is used to start the reconnection timer. The default behaviour of the onConnectionFailure method is to make a call to startReconnectionTimer. See setReconnectionDelay for more details.