ESRI.ArcGIS.ADF.ArcGISServer
EndIdentify Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ImageServerProxy Class : EndIdentify Method




asyncResult

Syntax

Visual Basic (Declaration) 
Public Function EndIdentify( _
   ByVal asyncResult As IAsyncResult _
) As ImageServerIdentifyResult
Visual Basic (Usage)Copy Code
Dim instance As ImageServerProxy
Dim asyncResult As IAsyncResult
Dim value As ImageServerIdentifyResult
 
value = instance.EndIdentify(asyncResult)
C# 
public ImageServerIdentifyResult EndIdentify( 
   IAsyncResult asyncResult
)

Parameters

asyncResult

See Also

© 2010 All Rights Reserved.