Click or drag to resize

ServiceStatusDisabledReasons Enumeration

Service disabled reason codes. Returned in ServiceStatus object when a queried service is not enabled.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum DisabledReasons
Members
  Member nameValueDescription
None0 Service is enabled and ready for use.
InvalidState1 User has not been successfully created/configured.
NotConfigured2 Service is disabled in current configuration.
NotSupported3 Service is not supported.
NotLicensed4 Service is not licensed for the user.
InternalError5 Service is expected to be enabled, but was not successfully initialized due to some internal error.
See Also