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

result
The object returned from the BeginHistoryReadProcessed method.

Glossary Item Box

Completes an asynchronous HistoryReadProcessed operation.

Syntax

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

Parameters

result
The object returned from the BeginHistoryReadProcessed method.

Return Value

Result data for the requested nodes, time domain and aggregates. A continuation point is included for a node if not all results could be returned or processed before the timeout expired.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.