OPCAE.NET Reference Manual
GetServerList(String[],Guid[]) Method
See Also  Send Feedback
OPCAE Namespace > OpcAEServerBrowser Class > GetServerList Method : GetServerList(String[],Guid[]) Method

Servers
OUT: ProgIDs of the enumerated OPC AE 1.0 servers
ClsIDs
OUT: ClsIDs of the enumerated OPC AE 1.0 servers

Glossary Item Box

Get the CLSIDs of the installed OPC AE 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
OUT: ProgIDs of the enumerated OPC AE 1.0 servers
ClsIDs
OUT: ClsIDs of the enumerated OPC AE 1.0 servers

Requirements

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

See Also

© 2002-2018 Advosol Inc. All Rights Reserved.