public method ConnectionParametersBuilder.copyFromCopies 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
protojavascriptjavacsharppublic copyFrom(connectionParameters : IConnectionParameters) : void
| Parameters | |
connectionParameters |
An instance of the interface containing properties related to login and reconnection |
See also: IConnectionParameters
Declared in ConnectionParametersBuilder