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

result
The object returned from the BeginHistoryDeleteAtTime method.

Glossary Item Box

Ends an operation to delete the history for a list of variables.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim result As IAsyncResult
Dim value As List(Of HistoryDataUpdateResult)
 
value = instance.EndHistoryDeleteAtTime(result)
C# 
public List<HistoryDataUpdateResult> EndHistoryDeleteAtTime( 
   IAsyncResult result
)

Parameters

result
The object returned from the BeginHistoryDeleteAtTime method.

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.