This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IC > IConfigurationFactory Interface > IConfigurationFactory.OnAdd Method (ArcObjects .NET 10.5 SDK) |
Is called when the configuration is added.
[Visual Basic .NET] Public Function OnAdd ( _ ByVal pAdmin As IServerObjectAdmin, _ ByVal pProps As IPropertySet _ ) As IPropertySet
[C#] public IPropertySet OnAdd ( IServerObjectAdmin pAdmin, IPropertySet pProps );
[C++]
HRESULT OnAdd(
IServerObjectAdmin* pAdmin,
IPropertySet* pProps,
IPropertySet** ppNewProps
);
[C++]
Parameters pAdmin [in]
pAdmin is a parameter of type IServerObjectAdmin pProps [in]
pProps is a parameter of type IPropertySet ppNewProps [out, retval]
ppNewProps is a parameter of type IPropertySet