ServiceState Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the state of a service.
public enum class ServiceState
C#
public enum ServiceState
type ServiceState =
Public Enum ServiceState
- Inheritance
-
ServiceState
Name | Value | Description |
---|---|---|
Unknown | 0 | State of service is not known. |
Available | 1 | Service is available. |
Unavailable | 2 | Service is unavailable. |
Reflects the state of services such as User Services.
Product | Versions |
---|---|
Lync UCMA | 4.0, 5.0, latest |