ESRI.ArcGIS.ADF.ArcGISServer
BeginGetSingleLineAddressField Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeocodeServerProxy Class : BeginGetSingleLineAddressField Method




callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginGetSingleLineAddressField( _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As GeocodeServerProxy
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginGetSingleLineAddressField(callback, asyncState)
C# 
public IAsyncResult BeginGetSingleLineAddressField( 
   AsyncCallback callback,
   object asyncState
)

Parameters

callback
asyncState

See Also

© 2010 All Rights Reserved.