ArcObjects Library Reference  (Server)    

IConfigurationFactory.OnRemove Method

Is called when the configuration is removed.

[Visual Basic 6.0]
Sub OnRemove
[Visual Basic .NET]
Public Sub OnRemove ( _
)
[C#]
public void OnRemove (
);
[Java]
public void onRemove (
)
throws
    IOException,
    AutomationException
[C++]
HRESULT OnRemove(
void
);

Product Availability

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

See Also

IConfigurationFactory Interface