Click or drag to resize

ExportServiceCancelExportChat Method

Cancel exporting the messages from the given conference chat.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void CancelExportChat(
	Conference conference,
	ExportServiceExportChatCompletionHandler completionHandler
)

Parameters

conference
Type: Avaya.ClientServicesConference
The conference object whose public chat export is to be cancelled.
completionHandler
Type: Avaya.ClientServicesExportServiceExportChatCompletionHandler
The completion handler for this operation.
Remarks

This method provides the ability to cancel a conference chat export operation.

See Also