'Declaration
<ExtensionAttribute()> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Overloads Shared Function BrowseServers( _ ByVal client As IEasyAEClient _ ) As ServerElementCollection
'Usage
Dim client As IEasyAEClient Dim value As ServerElementCollection value = IEasyAEClientExtension.BrowseServers(client)
[Extension()] [ElementsNotNull()] [NotNull()] public static ServerElementCollection BrowseServers( IEasyAEClient client )
[Extension()] [ElementsNotNull()] [NotNull()] public: static ServerElementCollection^ BrowseServers( IEasyAEClient^ 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.