ESRI.ArcGIS.ADF.Web.DataSources
Dispose Method
See Also  Example
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGISResource Interface : Dispose Method




Disposes the resource.

Syntax

Visual Basic (Declaration) 
Sub Dispose() 
Visual Basic (Usage)Copy Code
Dim instance As IGISResource
 
instance.Dispose()
C# 
void Dispose()

Example

At a minimum, set the initialized property to false.
C#Copy Code
public void Dispose() 



  initialized = false; 



    

Remarks

If a resource is managed by a resource manager control, the Dispose method is called during the Dispose event of the page lifecycle.

Requirements

If a resource is

See Also

© 2010 All Rights Reserved.