ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService
Dispose(Boolean) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService.Design Namespace > OGCWMSServiceDataSourceDefinitionEditorForm 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 OGCWMSServiceDataSourceDefinitionEditorForm
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.