ESRI.ArcGIS.ADF.Tasks
InitializeFunctionality Method
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.