public method ConnectionParametersBuilder.copyFrom

Brief

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

protojavascriptjavacsharp
public copyFrom(connectionParameters : IConnectionParameters) : void

Parameters
connectionParameters

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

Details

See also: IConnectionParameters

Declared in ConnectionParametersBuilder

back