Visual Basic (Usage) | ![]() |
---|---|
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.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x