Click or drag to resize

CallLogServiceRemoveCallLogItem Method

The client can select specific call log objects and request the call log service to remove them permanently.

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

Parameters

callLogItems
Type: Avaya.ClientServicesCallLogOperationData
List of CallLogItem objects to be deleted from the CallLogService. The CallLogItem objects which are removed will be returned in the completion handler and CallLogsRemoved notification.
completionHandler
Type: Avaya.ClientServicesCallLogServiceCallLogActionCompletionHandler
Points to the method to be called when the operation completes. Check OperationStatus for the status of the operation - success or failure.
See Also