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

Glossary Item Box

This class provides an interface to OpcServer class methods. It is available in the OPCDA.NET Professional Edition only.
The requests are queued and handled in a background thread in order to prevent the application being blocked and being 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 either the System.Windows.Forms.Form or the WPF System.Windows.Window classes. The completion notification with the browse result is synchronized with the user interface thread by internally calling BeginInvoke().

Each server access is timeout checked. On timeout the GeneralError handler is called to inform the user application. The server access thread may continue to wait for the server call to finish or timeout. Further requests are not being handled before this happens.

Object Model

BGServer ClassBGDataBind ClassBGGroup ClassOpcServer Class

Syntax

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

Inheritance Hierarchy

System.Object
   OPCDA.NET.BGServer

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.