cancelReconnectionTimer
cancelReconnectionTimer — stops the delay timer for reconnection attempts.
void cancelReconnectionTimer( | ); |
void;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.