EasyUA Reference
GetAsyncError Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > UaClient Class : GetAsyncError Method

ar
The object returned from the BeginXXX method.

Glossary Item Box

Retrieve the async handler exception indicator.

Syntax

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

Parameters

ar
The object returned from the BeginXXX method.

Return Value

Null if OK or the exception that happend in the async server access handling.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.