<LocalServerTypes.h> - Local Server Types Enums

Collection of Local Server enumerations. More...

Header: #include <LocalServerTypes.h>

Types

enum class DynamicWorkspaceType { Raster, Shapefile, EnterpriseGeodatabase, FileGeodatabase }
enum class GeoprocessingServiceType { SynchronousExecute, AsynchronousSubmit, AsynchronousSubmitWithMapServerResult }
enum class LocalServerStatus { Stopped, Starting, Started, Stopping, Failed }

Detailed Description

Type Documentation

[since Esri::ArcGISRuntime 100.1] enum class DynamicWorkspaceType

Enumerates the types of dynamic workspace.

ConstantValueDescription
DynamicWorkspaceType::Raster0Raster workspace.
DynamicWorkspaceType::Shapefile1Shapefile workspace.
DynamicWorkspaceType::EnterpriseGeodatabase2Enterprise Geodatabase workspace.
DynamicWorkspaceType::FileGeodatabase3File Geodatabase workspace.

This enum was introduced or modified in Esri::ArcGISRuntime 100.1.

[since Esri::ArcGISRuntime 100.0] enum class GeoprocessingServiceType

Enumerates the service type of a GeoprocessingService.

ConstantValueDescription
GeoprocessingServiceType::SynchronousExecute0Synchronous execution
GeoprocessingServiceType::AsynchronousSubmit1Asynchronous execution.
GeoprocessingServiceType::AsynchronousSubmitWithMapServerResult2Asynchronous execution with a map server result.

This enum was introduced or modified in Esri::ArcGISRuntime 100.0.

[since Esri::ArcGISRuntime 100.0] enum class LocalServerStatus

Enumerates the status of the local server or a local service.

Note: Local server is only available on Windows and Linux.

ConstantValueDescription
LocalServerStatus::Stopped0The local server or service is not running
LocalServerStatus::Starting1The local server or service is starting up
LocalServerStatus::Started2The local server or service is running
LocalServerStatus::Stopping3The local server or service is shutting down
LocalServerStatus::Failed4The local server or service failed to start

This enum was introduced or modified in Esri::ArcGISRuntime 100.0.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close