ESRI.ArcGIS.Mobile.Client
EndInvoke Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > MobileApplication Class : EndInvoke Method

asyncResult
Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed.

Syntax

Visual Basic (Declaration) 
Public Function EndInvoke( _
   ByVal asyncResult As IAsyncResult _
) As Object
C# 
public object EndInvoke( 
   IAsyncResult asyncResult
)

Parameters

asyncResult

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also