Click or drag to resize

ExportChatEventArgs Class

EventArgs used to inform about ExportChat/CancelExportChat operation result.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesProtocolEventArgs
      Avaya.ClientServicesExportChatEventArgs

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

The ExportChatEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyConference
The conference object whose public chat was to be exported.
Public propertyProtocolReason
The reason string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolResponseCode
The response code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarning
The warning string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarningCode
The warning code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyStatus
Status code related to export chat/cancel Export chat operation.
Top
Remarks
This object is used for both successful and unsuccessful results of operations.
See Also