Click or drag to resize

MessagingServiceRemoveConversation Method

Removes a conversation.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.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