Click or drag to resize

MessagingServiceLeaveConversations Method

Leave a specified list of conversations.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void LeaveConversations(
	LeaveConversationsWatcher watcher,
	List<Conversation> conversationsToLeave
)

Parameters

watcher
Type: Avaya.ClientServicesLeaveConversationsWatcher
A LeaveConversationsWatcher object, created by the application, to track the progress of the requested operation. Prior to calling this method, the application should have installed event handlers on the watcher object for the events it is interested in.
conversationsToLeave
Type: System.Collections.GenericListConversation
The list of conversations to leave.
Remarks
As conversations in the supplied list are processed, the DataRetrievalCollectionChanged event on the supplied watcher object will fire with a list of conversations that have been left.
See Also