EasyUA Reference
HistoryDeleteAtTime(IList<DeleteAtTimeDetails>) Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class > HistoryDeleteAtTime Method : HistoryDeleteAtTime(IList<DeleteAtTimeDetails>) Method

nodesToDelete
The variables with history to delete, including the timestamps for the data to be deleted.

Glossary Item Box

Deletes the history for a list of variables for the passed timestamps.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim nodesToDelete As IList(Of DeleteAtTimeDetails)
Dim value As List(Of HistoryDataUpdateResult)
 
value = instance.HistoryDeleteAtTime(nodesToDelete)

Parameters

nodesToDelete
The variables with history to delete, including the timestamps for the data to be deleted.

Return Value

The results for the delete operation.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.