cancelReconnectionTimer

cancelReconnectionTimer — stops the delay timer for reconnection attempts.

Syntax

For C++, Java, and C#:

void cancelReconnectionTimer(void);

Description

This method cancels the reconnection delay timer. The default behaviour of the onConnectionSuccess method is to make a call to cancelReconnectionTimer. See setReconnectionDelay for more details.