ESRI.ArcGIS.ADF.Tasks
InitializeFunctionality Method
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > FindAddressTask Class : InitializeFunctionality Method




Initializes the functionality of the geocoding data sources associated with the FindAddressTask.

Syntax

Visual Basic (Declaration) 
Public Sub InitializeFunctionality() 
Visual Basic (Usage)Copy Code
Dim instance As FindAddressTask
 
instance.InitializeFunctionality()
C# 
public void InitializeFunctionality()

Remarks

Resources and functionalities need to be initialized before use. This involves contacting the GIS server to obtain information about the service used, and populating properties of the object. Since initialization consumes time and server resources, Web ADF resources and functionalities are not necessarily initialized on each callback or postback. Before using the task (or associated resources or functionalities), you should check whether it has been initialized, and initialize it if necessary.

See Also

© 2010 All Rights Reserved.