OPCHDA.NET Reference Manual
GetServerList(String[],Guid[]) Method
See Also  Send Feedback
OpcHDAWrapperUA.Net4 Assembly > OPCHDA Namespace > OpcHDAServerBrowser Class > GetServerList Method : GetServerList(String[],Guid[]) Method

Servers
ClsIDs

Glossary Item Box

Returns the ProgID and CLSID of all registerd OPC HDA 1.x servers.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub GetServerList( _
   ByRef Servers As String(), _
   ByRef ClsIDs As Guid() _
) 
C# 
public void GetServerList( 
   out string[] Servers,
   out Guid[] ClsIDs
)

Parameters

Servers
ClsIDs

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.