ArcObjects Library Reference (Server)  

esriStartupType Constants

The startup type for a server object configuration.

Constant Value Description
esriSTAutomatic 0 The server object configuration starts automatically when the server object manager starts.
esriSTManual 1 The server object configuration does not start automatically when the server object manager starts. The configuration must be started manually.

Product Availability

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

Remarks

esriStartupType described whether ServerObjectConfigurations are automatically started when the GIS server's server object manager service is started, or if they need to be started manually. You can get and set the esriStartupType using the StartupType property on IServerObjectConfiguration.