Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Session 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.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x