uaPLUS Reference
UpdateDeleteAtTime(Int32[],DateTime[],Int32[]) Method
See Also  Send Feedback
I_HDAPlugin Namespace > IAppPlugin Interface > UpdateDeleteAtTime Method : UpdateDeleteAtTime(Int32[],DateTime[],Int32[]) Method

serverHnd
The list of server item handles for the items to be deleted.
timeStamps
The timestamps for the data to be deleted.
errors
Array of HRESULTS indicating whether the corresponding server handle was valid.

Glossary Item Box

Professional Edition only.
This method deletes the values and qualities in the history database for the specified timestamps for one or more items. This method is intended to be used to delete specific data from the history database; e.g., lab data that is incorrect and cannot be correctly reproduced.

Syntax

Visual Basic (Declaration) 
Overloads Function UpdateDeleteAtTime( _
   ByVal serverHnd() As Integer, _
   ByVal timeStamps() As Date, _
   ByRef errors As Integer() _
) As Integer
C# 
int UpdateDeleteAtTime( 
   int[] serverHnd,
   DateTime[] timeStamps,
   out int[] errors
)

Parameters

serverHnd
The list of server item handles for the items to be deleted.
timeStamps
The timestamps for the data to be deleted.
errors
Array of HRESULTS indicating whether the corresponding server handle was valid.

Return Value

HRESULTS success/error code.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.