OPC Historian .NET Server Toolkit Reference
InsertReplace Method (DBAPlugin)

list with update requests per item
This method handles one synchronous or asynchronous client update::insertReplace request call. It inserts the datapoints into the database. There may be multipe datapoints for multiple items
Syntax
'Usage
 
Dim instance As DBAPlugin
Dim requests As List(Of UpdateRequest)
Dim value As Integer
 
value = instance.InsertReplace(requests)
public int InsertReplace( 
   List<UpdateRequest> requests
)

Parameters

requests
list with update requests per item

Return Value

HRESULT
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 Class
DBAPlugin Members

 

 


Copyright © 2004-2019 Advosol Inc. All rights reserved

Send Feedback