OPCDA.NET Reference Manual
OpcServerBrowser Constructor(Host)
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPC Namespace > OpcServerBrowser Class > OpcServerBrowser Constructor : OpcServerBrowser Constructor(Host)

host
Object with the machine name and the access credentials.

Glossary Item Box

Creates an OpcServerBrowser object with an instance of the OpcEnum server browser on the machine specified in the Host object. The server is launched with the credentials defined int the Host object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal host As Host _
)
C# 
public OpcServerBrowser( 
   Host host
)

Parameters

host
Object with the machine name and the access credentials.

Requirements

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

See Also

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