public method ConnectionParametersBuilder.setReconnectionDelayInSeconds

Overview

Sets the number of seconds before reconnecting

Declaration

function setReconnectionDelayInSeconds(reconnectionDelayInSeconds)
public void setReconnectionDelayInSeconds(int reconnectionDelayInSeconds);
public void setReconnectionDelayInSeconds(int reconnectionDelayInSeconds);

Parameters

Name Description
reconnectionDelayInSeconds The number of seconds before reconnecting

Details

Declared in ConnectionParametersBuilder