ArcObjects Library Reference (Server)  

IServerObjectConfigurationManager2.OnStart Method

Is called when the configuration is started.

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

Parameters

pAdmin [in]

  pAdmin is a parameter of type IServerObjectAdmin

pProps [in]

  pProps is a parameter of type IPropertySet

Product Availability

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

See Also

IServerObjectConfigurationManager2 Interface