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


IServerObjectConfigurationManager2.OnRemoveEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectConfigurationManager2 Interface > IServerObjectConfigurationManager2.OnRemoveEx Method
ArcGIS Developer Help

IServerObjectConfigurationManager2.OnRemoveEx Method

Is called when the configuration is removed.

[Visual Basic .NET]
Public Sub OnRemoveEx ( _
    ByVal pAdmin As IServerObjectAdmin, _
    ByVal props As IPropertySet _
)
[C#]
public void OnRemoveEx (
    IServerObjectAdmin pAdmin,
    IPropertySet props
);
[C++]
HRESULT OnRemoveEx(
  IServerObjectAdmin* pAdmin,
  IPropertySet* props
);
[C++]
Parameters
pAdmin [in]

pAdmin is a parameter of type IServerObjectAdmin* props [in]
props is a parameter of type IPropertySet*

Product Availability

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

See Also

IServerObjectConfigurationManager2 Interface