'Declaration
<ExtensionAttribute()> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Overloads Shared Function BrowseServers( _ ByVal client As IEasyAEClient, _ ByVal location As String _ ) As ServerElementCollection
'Usage
Dim client As IEasyAEClient Dim location As String Dim value As ServerElementCollection value = IEasyAEClientExtension.BrowseServers(client, location)
[Extension()] [ElementsNotNull()] [NotNull()] public static ServerElementCollection BrowseServers( IEasyAEClient client, string location )
[Extension()] [ElementsNotNull()] [NotNull()] public: static ServerElementCollection^ BrowseServers( IEasyAEClient^ client, String^ location )
Parameters
- client
- The client object that will perform the operation.
- 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.
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.