'Declaration
Public Function BrowseServers( _ ByVal location As String, _ ByVal technologies As OpcTechnologies _ ) As ServerElementCollection
'Usage
Dim instance As EasyAEClient Dim location As String Dim technologies As OpcTechnologies Dim value As ServerElementCollection value = instance.BrowseServers(location, technologies)
public ServerElementCollection BrowseServers( string location, OpcTechnologies technologies )
public: ServerElementCollection^ BrowseServers( String^ location, OpcTechnologies technologies )
Parameters
- location
- Name of the machine. Determines the computer to browse for OPC servers. 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.