ESRI.ArcGIS.ADF.Web.DataSources
Initialize Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGISFunctionality Interface : Initialize Method




Initializes the functionality Deprecated. It is recommended that implementations initialize on demand, i.e., when properties or methods are used that require initialization. Clients of this interface using custom datasource implementations should continue to call this method unless they are sure that the custom datasource initializes on demand.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("It is recommended that implementations initialize on demand, i.e., when properties or methods are used that require initialization.  Clients of this interface using custom datasource implementations should continue to call this method unless they are sure that the custom datasource initializes on demand.")>
Sub Initialize() 
Visual Basic (Usage)Copy Code
Dim instance As IGISFunctionality
 
instance.Initialize()
C# 
[ObsoleteAttribute("It is recommended that implementations initialize on demand, i.e., when properties or methods are used that require initialization.  Clients of this interface using custom datasource implementations should continue to call this method unless they are sure that the custom datasource initializes on demand.")]
void Initialize()

See Also

© 2010 All Rights Reserved.