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

Glossary Item Box

This class provides an interface to the OPC Core Components server enumerator (OpcEnum.exe). It's available in the OPCDA.NET Professional Edition only.
OPC servers can be browsed on the local machine as well as networked machines. The browse requests are queued and handled in a background thread in order to prevent the application being blocked and unresponsive due to long execution times or long timeouts in case of COM or network issues.
This class 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()

Object Model

BGCore Class

Syntax

Visual Basic (Declaration) 
Public Class BGCore 
C# 
public class BGCore 

Inheritance Hierarchy

System.Object
   OPCDA.NET.BGCore

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.