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 Windows100.13 - 200.8
.NET Framework100.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.