Click or drag to resize
CallLogOperationStatusArgs Class
Event argument related to Call Log Service completion handler
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesCallLogOperationStatusArgs

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

The CallLogOperationStatusArgs type exposes the following members.

Properties
  NameDescription
Public propertyCallLogItems
Contains CallLogItem objects relevant to the operation performed in response to the request submitted by the client/user.
Public propertyOperationStatus
Indicates the success/failure status of the operation requested by the client.
Top
See Also