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


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

IServerObjectConfigurationManager.OnAdd Method

Is called when the configuration is added.

[Visual Basic .NET]
Public Function OnAdd ( _
    ByVal pProps As IPropertySet _
) As IPropertySet
[C#]
public IPropertySet OnAdd (
    IPropertySet pProps
);
[C++]
HRESULT OnAdd(
  IPropertySet* pProps
);
[C++]
Parameters
pProps [in]

pProps is a parameter of type IPropertySet*

Product Availability

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

See Also

IServerObjectConfigurationManager Interface