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

ar
The object returned from the BeginConnect method.

Glossary Item Box

Completes an asynchronous Connect operation.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim ar As IAsyncResult
Dim value As Exception
 
value = instance.EndConnect(ar)
C# 
public Exception EndConnect( 
   IAsyncResult ar
)

Parameters

ar
The object returned from the BeginConnect method.

Return Value

Exception object or null on success.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.