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