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




asyncResult

Syntax

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

Parameters

asyncResult

See Also

© 2010 All Rights Reserved.