OPC Historian .NET Server Toolkit Reference
DBAPlugin Class
Members 

Annotations read and insert handling. These methods are called either from: - the client call handling for synchronuos calls - the annotation handling thread for asynchronus calls Read attributes from the database. Read modified datapoints from the database. ReadProcessed handling. The data is read from the database and returned in OPC HDA compliant form according the client call parameters. In most application it should only be necessary to adapt the GetItemData() method. ReadRaw handling. An instance of this class is created in the HDAPlugin.dll. Tis instance is used for all database read access. The raw data is read from the database and returned in OPC HDA compliant form according the client call parameters. In most application it should only be necessary to adapt the GetItemData() method. Defines the Server capabilities and status Update handling. The methods update the database by inserting, replacing or deleting data points. These methods are called either from: - the client call handling for synchronuos calls - the update handling thread for asynchronuos calls
Object Model
DBAPlugin Class
Syntax
'Usage
 
Dim instance As DBAPlugin
public class DBAPlugin : I_HDAPluginDBA.IDBAPlugin  
Inheritance Hierarchy

System.Object
   HDAPluginDBA.DBAPlugin

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DBAPlugin Members
HDAPluginDBA Namespace

 

 


Copyright © 2004-2019 Advosol Inc. All rights reserved

Send Feedback