ArcGIS Runtime SDK for WPF - Library Reference
LocalServiceStatus Enumeration
See Also 
ESRI.ArcGIS.Client.Local Namespace : LocalServiceStatus Enumeration

Indicates the status of a service during its lifecycle on the LocalServer.

Syntax

Visual Basic (Declaration) 
Public Enum LocalServiceStatus 
   Inherits System.Enum
C# 
public enum LocalServiceStatus : System.Enum 

Members

MemberDescription
NoneNo status.
RunningThe service has started successfully.
StartErrorThe service failed to start.
StartingThe LocalServer is starting the service.
StoppedThe service has stopped running.
StoppingThe service is stopping.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Local.LocalServiceStatus

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.