EasyUA Reference
BeginHistoryDeleteRaw Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class : BeginHistoryDeleteRaw Method

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.
callback
The callback to use when the async call completes.
userData
The user data that is passed to the callback.

Glossary Item Box

Begins an operation to delete the history for a list of variables in the passed time domain.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim nodesToDelete As IList(Of DeleteRawModifiedDetails)
Dim settings As RequestSettings
Dim callback As AsyncCallback
Dim userData As Object
Dim value As IAsyncResult
 
value = instance.BeginHistoryDeleteRaw(nodesToDelete, settings, callback, userData)

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.
callback
The callback to use when the async call completes.
userData
The user data that is passed to the callback.

Return Value

An object which must be passed to the EndHistoryDeleteRaw method.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.