Browses the specified computer and returns information about OPC (Data Access) servers found.
Parameters
- location
- Name of the machine. Determines the computer to browse for OPC servers. It may be an empty string, in which case the local computer will be browsed.
- technologies
- The OPC technologies to be used for server browsing.
Return Value
The method returns a keyed collection of
OpcLabs.EasyOpc.ServerElement values, each containing information about a particular OPC server found on the specified machine. The keys of the keyed collection are the server's CLSIDs.
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