Click or drag to resize
MessagingServiceRemoveConversation Method
Removes a conversation.

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

Parameters

conversation
Type: Avaya.ClientServicesConversation
The conversation to be removed.
completionHandler
Type: Avaya.ClientServicesMessagingServiceCompletionHandler
Completion handler for this operation.
See Also