ESRI.ArcGIS.ADF.Local
Shutdown Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.COMSupport Namespace > AOUninitialize Class : Shutdown Method




The AOUninitalize.Shutdown function canbe called to help clean up references to COM objects, when a process shuts down.

Syntax

Visual Basic (Declaration) 
Public Shared Sub Shutdown() 
Visual Basic (Usage)Copy Code
AOUninitialize.Shutdown()
C# 
public static void Shutdown()

Remarks

Although the Shutdown function handles many shutdown problems in standalone applications, but you may still experience problems as there are COM objects that require explicit releasing; in these cases, you may wish to refer to the ESRI.ArcGIS.ADF.ComReleaser class.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.