Click or drag to resize

AgentFeatureInvocationResultWithButtonLampState Class

Class used to inform about agent feature invocation result.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesAgentFeatureInvocationResultWithButtonLampState

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

The AgentFeatureInvocationResultWithButtonLampState type exposes the following members.

Properties
  NameDescription
Public propertyError
Exception related to agent feature operation result.
Public propertyLampState
The lamp state of the agent feature LED upon completing processing of the operation.
Top
Remarks
This object is used for both successful and unsuccessful results of invocations. If the invocation is successful the Error property is null.
See Also