This document is archived and information here might be outdated.  Recommended version.


IServerCLRHost.Cleanup Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IServerCLRHost.Cleanup Method

Uses Garbage Collector to clean all managed objects.

[Visual Basic .NET]
Public Sub Cleanup ( _
)
[C#]
public void Cleanup (
);
[C++]
HRESULT Cleanup(
void
);

Product Availability

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

Description

Internal use only.

See Also

IServerCLRHost Interface