Click or drag to resize
LeaveConversationResponse Class
Interface for leave conversation response.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesLeaveConversationResponse

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

The LeaveConversationResponse type exposes the following members.

Properties
  NameDescription
Public propertyError
If LeftStatus is false this property contains error information.
Public propertyLeftStatus
Indicates whether LeaveConversation result was successful.
Top
Methods
  NameDescription
Public methodGetConversation
Conversation object associated with leave operation.
Top
Remarks
This class is used to return the results of LeaveConversation operation.
See Also