OPCDA.NET Reference Manual
BGServer Constructor
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > BGServer Class : BGServer Constructor

owner
The completion handlers call Form.BeginInvoke for this object.

Glossary Item Box

The created object can only be used from classes that derive from System.Windows.Forms.Form. The completion notification with the browse result is synchronized with the user interface thread by internally calling Form.BeginInvoke().

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal owner As Form _
)
C# 
public BGServer( 
   Form owner
)

Parameters

owner
The completion handlers call Form.BeginInvoke for this object.

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.