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




asyncResult

Syntax

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

Parameters

asyncResult

See Also

© 2010 All Rights Reserved.