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()
Visual Basic (Declaration) | |
---|---|
Public Class BGCore |
C# | |
---|---|
public class BGCore |
System.Object
OPCDA.NET.BGCore