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

ar
The object returned from the BeginCall method

Glossary Item Box

Get the result of an asynchronous method call.

Syntax

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.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.