This invisible control handles the OPC server access for a number of DAGroup controls. The server access is done in background threads using the OPCDA.NET BGServer class. Server access is made at least once in the defined interval to check that the server is still responding. Async server responses are time out checked and the callbacks are synchronized with the defined Windows Form object to ensure proper access to Windows controls.
Visual Basic (Declaration) | |
---|---|
<ToolboxBitmapAttribute()> <DefaultPropertyAttribute("OwnerForm")> Public Class DAServer Inherits System.ComponentModel.Component |
C# | |
---|---|
[ToolboxBitmapAttribute()] [DefaultPropertyAttribute("OwnerForm")] public class DAServer : System.ComponentModel.Component |
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
OPCDA.NET.Controls.DAServer