'Declaration
Public Function New( _ ByVal discoveryElement As IUAReadOnlyDiscoveryElement _ )
'Usage
Dim discoveryElement As IUAReadOnlyDiscoveryElement Dim instance As New UAEndpointDescriptor(discoveryElement)
public UAEndpointDescriptor( IUAReadOnlyDiscoveryElement discoveryElement )
public: UAEndpointDescriptor( IUAReadOnlyDiscoveryElement^ discoveryElement )
Parameters
- discoveryElement
- Contains information gathered about an OPC application.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).