| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Session Dim ar As IAsyncResult Dim value As List(Of Object) value = instance.EndCall(ar) | |
| C# | |
|---|---|
public List<object> EndCall( IAsyncResult ar ) | |
Parameters
- ar
- The object returned from the BeginCall method
Return Value
A list with the method return values.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x