Click or drag to resize
CallLogServiceAddCallLogItems Method
The client can create specific call log objects and request the call log service to add it.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void AddCallLogItems(
	CallLogOperationData callLogItems,
	CallLogServiceCallLogActionCompletionHandler completionHandler
)

Parameters

callLogItems
Type: Avaya.ClientServicesCallLogOperationData
CallLogItem type objects to be added from the CallLogService. The CallLogItem objects which are added will be returned in the completion handler and CallLogsAdded notification.
completionHandler
Type: Avaya.ClientServicesCallLogServiceCallLogActionCompletionHandler
Points to the method to be called when the operation completes.
See Also