Click or drag to resize
MessagingServiceClearAllLocalData Method (MessagingServiceCompletionHandler)
Removes all local data - messages, conversations and attachments.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void ClearAllLocalData(
	MessagingServiceCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesMessagingServiceCompletionHandler
Completion handler for this operation.
See Also