com.esri.arcgis.server
Interface IServerCLRHost

All Superinterfaces:
Serializable
All Known Implementing Classes:
IServerCLRHostProxy

public interface IServerCLRHost
extends Serializable

Provides access to a method that cleans CLR managed objects.

When To Use

Internal use only.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void cleanup()
          Uses Garbage Collector to clean all managed objects.
 

Method Detail

cleanup

void cleanup()
             throws IOException,
                    AutomationException
Uses Garbage Collector to clean all managed objects.

Description

Internal use only.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.