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




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

Syntax

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

See Also

© 2010 All Rights Reserved.