'Declaration
Public Function New( _ ByVal clientMapper As UAClientMapper _ )
'Usage
Dim clientMapper As UAClientMapper Dim instance As New UAClientMapper(clientMapper)
public UAClientMapper( UAClientMapper clientMapper )
public: UAClientMapper( UAClientMapper^ clientMapper )
Parameters
- clientMapper
- The OPC UA client mapper to copy from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).