Click or drag to resize
ExportServiceCancelExportMessagingConversation Method
Cancel exporting the messages from the given conversation.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void CancelExportMessagingConversation(
	Conversation conversation,
	ExportServiceExportMessagingConversationCompletionHandler completionHandler
)

Parameters

conversation
Type: Avaya.ClientServicesConversation
The Messaging conversation object to cancel the export.
completionHandler
Type: Avaya.ClientServicesExportServiceExportMessagingConversationCompletionHandler
The completion handler for this operation.
Remarks

This method provides the ability to cancel exporting conversation to an HTML file.

See Also