ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService
Dispose(Boolean) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService.Design Namespace > VirtualEarthServiceDataSourceDefinitionEditorForm Class > Dispose Method : Dispose(Boolean) Method




disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Clean up any resources being used.

Syntax

Visual Basic (Declaration) 
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As VirtualEarthServiceDataSourceDefinitionEditorForm
Dim disposing As Boolean
 
instance.Dispose(disposing)
C# 
protected virtual void Dispose( 
   bool disposing
)

Parameters

disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also

© 2010 All Rights Reserved.