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

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

Glossary Item Box

Available in the OPCDA.NET Professional Edition only.
An instance is created into inactive state. The Form class argument is used in the request completion handlers to call Form.BeginInvoke() in order to synchronize the completion handler with the user interface thread.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal owner As Form _
)
C# 
public BGCore( 
   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.