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
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |