OPC Historian .NET Server Toolkit Reference
QueueReadAtTime Method

The async ReadRaw call is queued for handling and callback It must check if the server handles are OK and return errors for items that cannot be handled.
Syntax
'Usage
 
Dim instance As AppPlugin
Dim transactionID As Integer
Dim timeStamps() As Date
Dim serverHandles() As Integer
Dim cancelID As Integer
Dim errors As Integer()
Dim value As Integer
 
value = instance.QueueReadAtTime(transactionID, timeStamps, serverHandles, cancelID, errors)
internal int QueueReadAtTime( 
   int transactionID,
   DateTime[] timeStamps,
   int[] serverHandles,
   out int cancelID,
   out int[] errors
)

Parameters

transactionID
timeStamps
serverHandles
cancelID
errors
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

AppPlugin Class
AppPlugin Members

 

 


Copyright © 2004-2019 Advosol Inc. All rights reserved

Send Feedback