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


IConfigurationFactory.OnRemove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IC > IConfigurationFactory Interface > IConfigurationFactory.OnRemove Method
ArcGIS Developer Help

IConfigurationFactory.OnRemove Method

Is called when the configuration is removed.

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

Product Availability

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

See Also

IConfigurationFactory Interface