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


IGPFunctionFactory2.ReleaseInternals Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFunctionFactory2 Interface > IGPFunctionFactory2.ReleaseInternals Method
ArcGIS Developer Help

IGPFunctionFactory2.ReleaseInternals Method

Release the functions cached by the geoprocessing function factory.

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

Product Availability

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

See Also

IGPFunctionFactory2 Interface