Click or drag to resize

CallLogServiceResynchronizeCallLogItems Method

This operation reloads all call log items from the persistent storage. CallLogItems contains all call log items loaded from the storage. Check OperationStatus for the status of the operation - success or failure.

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