ESRI.ArcGIS.ADF.Local | |
Shutdown Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.COMSupport Namespace > AOUninitialize Class : Shutdown Method |
Visual Basic (Declaration) | |
---|---|
Public Shared Sub Shutdown() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static void Shutdown() |
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 ComReleaser class.