QuickOPC User's Guide and Reference
UANetworkServerDiscoveryQuery Constructor(String)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UANetworkServerDiscoveryQuery Class > UANetworkServerDiscoveryQuery Constructor : UANetworkServerDiscoveryQuery Constructor(String)
The name of the machine that runs the discovery server that will be used for performing the discovery.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal discoveryHost As String _
)
'Usage
 
Dim discoveryHost As String
 
Dim instance As New UANetworkServerDiscoveryQuery(discoveryHost)
public UANetworkServerDiscoveryQuery( 
   string discoveryHost
)
public:
UANetworkServerDiscoveryQuery( 
   String^ discoveryHost
)

Parameters

discoveryHost
The name of the machine that runs the discovery server that will be used for performing the discovery.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also