ESRI.ArcGIS.ADF.ArcGISServer
FindAddressCandidatesAsync(PropertySet,PropertySet,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeocodeServerProxy Class > FindAddressCandidatesAsync Method : FindAddressCandidatesAsync(PropertySet,PropertySet,Object) Method




Address
PropMods
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub FindAddressCandidatesAsync( _
   ByVal Address As PropertySet, _
   ByVal PropMods As PropertySet, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As GeocodeServerProxy
Dim Address As PropertySet
Dim PropMods As PropertySet
Dim userState As Object
 
instance.FindAddressCandidatesAsync(Address, PropMods, userState)
C# 
public void FindAddressCandidatesAsync( 
   PropertySet Address,
   PropertySet PropMods,
   object userState
)

Parameters

Address
PropMods
userState

See Also

© 2010 All Rights Reserved.