ArcObjects Library Reference (Geoprocessing)  

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