Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Session Dim result As IAsyncResult Dim value As List(Of HistoryDataReadResult) value = instance.EndHistoryReadAtTime(result) |
C# | |
---|---|
public List<HistoryDataReadResult> EndHistoryReadAtTime( IAsyncResult result ) |
Parameters
- result
- The object returned from the BeginHistoryReadAtTime method.
Return Value
Result data for the requested nodes and time stamps.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x