Disconnects the PackageLayer from its underlying data source.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public override void Disconnect()
Visual Basic (Declaration)
Public Overrides Sub Disconnect

Remarks

Use this method to release internal resources and place the PackageLayer into an unconnected state. It is recommended that you disconnect a PackageLayer if it is not being used in the map.

For more information, see the remarks section of the Disconnect method on the Layer abstract class.

See Also