Click or drag to resize

CallLogServiceEventArgs Class

Class containing call log items that's used in CallLogService events handlers.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesCallLogServiceEventArgs

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

The CallLogServiceEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCallLogItems
Collection of applicable CallLogItems associated with the event being fired.
Public propertyStatus
If the event conveys an operation performed by Call log service, this indicates success or failure status of such operation.
Top
See Also