Click or drag to resize
CallLogServiceCallLogActionCompletionHandler Delegate
Delegate for Call log action completion handler. CallLogOperationStatusArgs provides the status of the operation as well as list of call log items relevant to the operation. For delete operation, call log items reported in CallLogOperationStatusArgs reflects those objects successfully deleted. These objects are identical objects used to make delete request. As such, "equals" or "==" operation should result in correct match to those objects managed by the client.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public delegate void CallLogActionCompletionHandler(
	CallLogOperationStatusArgs e
)

Parameters

e
Type: Avaya.ClientServicesCallLogOperationStatusArgs
Argument of OperationStatus containing the status of the operation - success or failure.
See Also