| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Session Dim result As IAsyncResult Dim value As List(Of DataValue) value = instance.EndRead(result) | |
| C# | |
|---|---|
public List<DataValue> EndRead( IAsyncResult result ) | |
Parameters
- result
- The object returned from the BeginRead method.
Return Value
List of read results.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x