public method ConnectionParametersBuilder.copyFrom

Overview

Copies properties from one object to another, setting properties in the current object equal to the values of the chosen parameters by calling the appropriate accessor methods

Declaration

function copyFrom(connectionParameters)
public void copyFrom(IConnectionParameters connectionParameters);
public void copyFrom(IConnectionParameters connectionParameters);

Parameters

Name Description
connectionParameters An instance of the interface containing properties related to login and reconnection

Details

Declared in ConnectionParametersBuilder