ArcGIS Runtime SDK for WPF - Library Reference
Services Property
See Also 
ESRI.ArcGIS.Client.Local Namespace > LocalServer Class : Services Property

Returns the collection of active local services. These services can be in a Starting, Running, or Stopping state.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property Services As ReadOnlyObservableCollection(Of LocalService)
C# 
public static ReadOnlyObservableCollection<LocalService> Services {get;}

Remarks

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

Property Value

A read only collection of LocalService objects.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.