Show / Hide Table of Contents

Property Services

Services

Gets the collection of active local services. These services can be in a starting, stopping, or running state.

Declaration
public IReadOnlyList<LocalService> Services { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<LocalService>

A read only collection of LocalService objects.

Remarks

The collection may contain any of the following types of LocalService: LocalMapService; LocalFeatureService; LocalGeoprocessingService.

Applies to

Platforms and versions
TargetVersions
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
In This Article
Back to top Copyright © 2022 Esri.