Click or drag to resize

ServiceStatus Class

A class representing whether a certain service can be used based on the current status.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesServiceStatus

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class ServiceStatus

The ServiceStatus type exposes the following members.

Properties
  NameDescription
Public propertyDisabledReason
Returns the reason why the associated service is not enabled.
Public propertyIsEnabled
Returns whether the associated service is enabled.
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
See Also