Click or drag to resize

CallLogServiceRemoveAllCallLogItems Method

Process the client's request to remove all existing call log items. This call will permanently remove all call log items from both runtime and persistent storage. Both completion handler and the data set update notification will provide a full or subset of those call log items objects managed by the client. Both "equals" and "==" operation on those returned objects should provide correct results against those objects managed by the client.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void RemoveAllCallLogItems(
	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