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

result
The object returned from the BeginHistoryReadEvent method.

Glossary Item Box

Ends an operation to read the event history for a list of notifiers.

Syntax

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

Parameters

result
The object returned from the BeginHistoryReadEvent method.

Return Value

The event history for each notifier.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.