Click or drag to resize

CallLogServiceMarkAllCallLogItemsAsRead Method

Process the client's request to mark all the existing call logs as read.

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

Parameters

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