Discovers available OPC-UA applications or endpoints and returns information about them, using the specified discovery query.
Parameters
- discoveryQuery
- Specifies a discovery query.
The value of this parameter cannot be null
(Nothing
in Visual Basic).
Return Value
Returns a collection of application elements (usually servers,
OpcLabs.EasyOpc.UA.Discovery.UADiscoveryElement).
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).
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