Click or drag to resize
CallLogServiceCallLogsLoaded Event
Occurs when loading persistent call log items into the system is completed. Status reported in CallLogServiceEventArgs indicates if Call Log Service has been correctly initialized. A failure status in this event may mean unexpected Call Log Service behavior going forward. At a minimum, new call log items will not be persisted.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public event EventHandler<CallLogServiceEventArgs> CallLogsLoaded

Value

Type: SystemEventHandlerCallLogServiceEventArgs
See Also