'Declaration
Public Function New( _ ByVal connectionTransportParameters As UAConnectionTransportParameters _ )
'Usage
Dim connectionTransportParameters As UAConnectionTransportParameters Dim instance As New UABrokerConnectionTransportParameters(connectionTransportParameters)
public UABrokerConnectionTransportParameters( UAConnectionTransportParameters connectionTransportParameters )
public: UABrokerConnectionTransportParameters( UAConnectionTransportParameters^ connectionTransportParameters )
Parameters
- connectionTransportParameters
- Parameters to use as base for the new instance.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).