Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Session Dim nodesToDelete As IList(Of DeleteRawModifiedDetails) Dim settings As RequestSettings Dim value As List(Of HistoryDataUpdateResult) value = instance.HistoryDeleteRaw(nodesToDelete, settings) |
C# | |
---|---|
public List<HistoryDataUpdateResult> HistoryDeleteRaw( IList<DeleteRawModifiedDetails> nodesToDelete, RequestSettings settings ) |
Parameters
- nodesToDelete
- The variables with history to delete, including the time domain for the data to be deleted.
- settings
- The general settings for the request. If null, the default settings from the property #DefaultRequestSettings are used.
Return Value
The results for the delete operation.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x