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


esriStartupType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Constants > E > esriStartupType Constants
ArcGIS Developer Help

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.

See Also

IServerObjectConfiguration Interface