ArcObjects Library Reference  (Server)    

IConfigurationFactory.OnAdd Method

Is called when the configuration is added.

[Visual Basic 6.0]
Function OnAdd(
    ByVal pAdmin As IServerObjectAdmin, _
    ByVal pProps As IPropertySet _
) As IPropertySet
[Visual Basic .NET]
Public Function OnAdd ( _
    ByVal pAdmin As IServerObjectAdmin, _
    ByVal pProps As IPropertySet _
) As IPropertySet
[C#]
public IPropertySet OnAdd (
    IServerObjectAdmin pAdmin,
    IPropertySet pProps
);
[Java]
public IPropertySet onAdd (
    IServerObjectAdmin pAdmin,
    IPropertySet pProps
)
throws
    IOException,
    AutomationException
[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

Product Availability

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

See Also

IConfigurationFactory Interface