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: 550.0.60.0
Syntax
C#
public void ClearAllLocalData(
	MessagingServiceCompletionHandler completionHandler
)

Parameters

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