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

Servers
OUT: ProgId of the enumerated OPC AE 1.0 servers

Glossary Item Box

Get the names of the registerd OPC DA 2.0 servers.
The ProgId of all OPCDA V2 servers is returned as a string array.
This array can e.g. be directly displayed in a Windows control.

Syntax

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

Parameters

Servers
OUT: ProgId 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.